Html Css Color HEX #77756A Dove Grey

📋 copy color: '#77756A'

red 119 ◦ green 117 ◦ blue 106

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

Shades of Dove Grey #77756A

Tints of Dove Grey #77756A

RGB

 RED value IS 119 (46.88% from 255) = 34.8%

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 34.8%
G = 34.21%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77756A (or 0x77756A) is known color: Dove Grey. HEX triplet: 77, 75 and 6A. RGB value is (119,117,106). Sum of RGB (Red+Green+Blue) = 119+117+106=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #77756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77756A is #888A95. Grayscale: #747474. Windows color (decimal): -8948374 or 6976887. OLE color: 6976887.

HSL color Cylindrical-coordinate representation of color #77756A: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77756A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 106 -
CMYK 0 0.02 0.11 0.53
HSL 50.77º 0.06% 0.44% -
HSV(B) 50.77º 0.11% 0.47% -
XYZ 16.57 17.69 16.18 -
YUV 116.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 119 117 106 0 0.02 0.11 0.53 50.77 0.06 0.44
Hex 77 75 6A 0 2 B 35 33 6 2C
Octal 167 165 152 0 2 13 65 63 6 54
Binary 1110111 1110101 1101010 0 10 1011 110101 110011 110 101100

Color Harmonies of #77756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77756A

Black with #77756A

Text Example


Text Example

White with #77756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77756A; }

 p { color: rgb(119,117,106); }

 H1.HeaderClassName
 {
   color: #77756A;
 }
 .AnyTagClassName
 {
   color: #77756A;
 }
</style>

background-color css

<style>
 a { background-color: #77756A; }

 a { background-color: rgb(119,117,106); }

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

border-color css

<style>
 span { border-color: #77756A; }

 span { border-color: rgb(119,117,106); }

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