Html Css Color HEX #77756E Dove Grey

📋 copy color: '#77756E'

red 119 ◦ green 117 ◦ blue 110

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

Shades of Dove Grey #77756E

Tints of Dove Grey #77756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 34.39%
G = 33.82%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77756E (or 0x77756E) is known color: Dove Grey. HEX triplet: 77, 75 and 6E. RGB value is (119,117,110). Sum of RGB (Red+Green+Blue) = 119+117+110=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 119 - color contains mainly: red. Hex color #77756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77756E is #888A91. Grayscale: #747474. Windows color (decimal): -8948370 or 7239031. OLE color: 7239031.

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

Color convert

RGB 119 117 110 -
CMYK 0 0.02 0.08 0.53
HSL 46.67º 0.04% 0.45% -
HSV(B) 46.67º 0.08% 0.47% -
XYZ 16.78 17.77 17.3 -
YUV 116.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 119 117 110 0 0.02 0.08 0.53 46.67 0.04 0.45
Hex 77 75 6E 0 2 8 35 2F 4 2D
Octal 167 165 156 0 2 10 65 57 4 55
Binary 1110111 1110101 1101110 0 10 1000 110101 101111 100 101101

Color Harmonies of #77756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77756E

Black with #77756E

Text Example


Text Example

White with #77756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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