Html Css Color HEX #77756F Dove Grey

📋 copy color: '#77756F'

red 119 ◦ green 117 ◦ blue 111

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

Shades of Dove Grey #77756F

Tints of Dove Grey #77756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 34.29%
G = 33.72%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77756F (or 0x77756F) is known color: Dove Grey. HEX triplet: 77, 75 and 6F. RGB value is (119,117,111). Sum of RGB (Red+Green+Blue) = 119+117+111=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #77756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77756F is #888A90. Grayscale: #747474. Windows color (decimal): -8948369 or 7304567. OLE color: 7304567.

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

Color convert

RGB 119 117 111 -
CMYK 0 0.02 0.07 0.53
HSL 45º 0.03% 0.45% -
HSV(B) 45º 0.07% 0.47% -
XYZ 16.84 17.79 17.59 -
YUV 116.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 119 117 111 0 0.02 0.07 0.53 45 0.03 0.45
Hex 77 75 6F 0 2 7 35 2D 3 2D
Octal 167 165 157 0 2 7 65 55 3 55
Binary 1110111 1110101 1101111 0 10 111 110101 101101 11 101101

Color Harmonies of #77756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77756F

Black with #77756F

Text Example


Text Example

White with #77756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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