Html Css Color HEX #65778C Slate Grey

📋 copy color: '#65778C'

red 101 ◦ green 119 ◦ blue 140

#65778C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #65778C

Tints of Slate Grey #65778C

RGB

 RED value IS 101 (39.84% from 255) = 28.06%

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 28.06%
G = 33.06%
B = 38.89%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65778C (or 0x65778C) is known color: Slate Grey. HEX triplet: 65, 77 and 8C. RGB value is (101,119,140). Sum of RGB (Red+Green+Blue) = 101+119+140=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #65778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65778C is #9A8873. Grayscale: #737373. Windows color (decimal): -10127476 or 9205605. OLE color: 9205605.

HSL color Cylindrical-coordinate representation of color #65778C: hue angle of 212.31º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65778C is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 119 140 -
CMYK 0.28 0.15 0 0.45
HSL 212.31º 0.16% 0.47% -
HSV(B) 212.31º 0.28% 0.55% -
XYZ 16.7 17.85 27.38 -
YUV 116.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 101 119 140 0.28 0.15 0 0.45 212.31 0.16 0.47
Hex 65 77 8C 1C F 0 2D D4 10 2F
Octal 145 167 214 34 17 0 55 324 20 57
Binary 1100101 1110111 10001100 11100 1111 0 101101 11010100 10000 101111

Color Harmonies of #65778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65778C

Black with #65778C

Text Example


Text Example

White with #65778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65778C; }

 p { color: rgb(101,119,140); }

 H1.HeaderClassName
 {
   color: #65778C;
 }
 .AnyTagClassName
 {
   color: #65778C;
 }
</style>

background-color css

<style>
 a { background-color: #65778C; }

 a { background-color: rgb(101,119,140); }

 div.DivClassName
 {
   background-color: #65778C;
 }
 .BgClassName
 {
   background-color: #65778C;
 }
</style>

border-color css

<style>
 span { border-color: #65778C; }

 span { border-color: rgb(101,119,140); }

 td.TdClassName
 {
   border-color: #65778C;
 }
 .TagClassName
 {
   border-color: #65778C;
 }
</style>