Html Css Color HEX #77766F Dove Grey

📋 copy color: '#77766F'

red 119 ◦ green 118 ◦ blue 111

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

Shades of Dove Grey #77766F

Tints of Dove Grey #77766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

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

R = 34.2%
G = 33.91%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77766F (or 0x77766F) is known color: Dove Grey. HEX triplet: 77, 76 and 6F. RGB value is (119,118,111). Sum of RGB (Red+Green+Blue) = 119+118+111=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 119 - color contains mainly: red. Hex color #77766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77766F is #888990. Grayscale: #757575. Windows color (decimal): -8948113 or 7304823. OLE color: 7304823.

HSL color Cylindrical-coordinate representation of color #77766F: hue angle of 52.5º 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 #77766F is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 111 -
CMYK 0 0.01 0.07 0.53
HSL 52.5º 0.03% 0.45% -
HSV(B) 52.5º 0.07% 0.47% -
XYZ 16.96 18.03 17.62 -
YUV 117.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 119 118 111 0 0.01 0.07 0.53 52.5 0.03 0.45
Hex 77 76 6F 0 1 7 35 34 3 2D
Octal 167 166 157 0 1 7 65 64 3 55
Binary 1110111 1110110 1101111 0 1 111 110101 110100 11 101101

Color Harmonies of #77766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77766F

Black with #77766F

Text Example


Text Example

White with #77766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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