Html Css Color HEX #77746F Dove Grey

📋 copy color: '#77746F'

red 119 ◦ green 116 ◦ blue 111

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

Shades of Dove Grey #77746F

Tints of Dove Grey #77746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 34.39%
G = 33.53%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77746F (or 0x77746F) is known color: Dove Grey. HEX triplet: 77, 74 and 6F. RGB value is (119,116,111). Sum of RGB (Red+Green+Blue) = 119+116+111=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 119 - color contains mainly: red. Hex color #77746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77746F is #888B90. Grayscale: #747474. Windows color (decimal): -8948625 or 7304311. OLE color: 7304311.

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

Color convert

RGB 119 116 111 -
CMYK 0 0.03 0.07 0.53
HSL 37.5º 0.03% 0.45% -
HSV(B) 37.5º 0.07% 0.47% -
XYZ 16.72 17.56 17.55 -
YUV 116.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 119 116 111 0 0.03 0.07 0.53 37.5 0.03 0.45
Hex 77 74 6F 0 3 7 35 26 3 2D
Octal 167 164 157 0 3 7 65 46 3 55
Binary 1110111 1110100 1101111 0 11 111 110101 100110 11 101101

Color Harmonies of #77746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77746F

Black with #77746F

Text Example


Text Example

White with #77746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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