Html Css Color HEX #77736B Dove Grey

📋 copy color: '#77736B'

red 119 ◦ green 115 ◦ blue 107

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

Shades of Dove Grey #77736B

Tints of Dove Grey #77736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 34.9%
G = 33.72%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77736B (or 0x77736B) is known color: Dove Grey. HEX triplet: 77, 73 and 6B. RGB value is (119,115,107). Sum of RGB (Red+Green+Blue) = 119+115+107=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #77736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77736B is #888C94. Grayscale: #737373. Windows color (decimal): -8948885 or 7041911. OLE color: 7041911.

HSL color Cylindrical-coordinate representation of color #77736B: hue angle of 40º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77736B is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 115 107 -
CMYK 0 0.03 0.10 0.53
HSL 40º 0.05% 0.44% -
HSV(B) 40º 0.1% 0.47% -
XYZ 16.39 17.24 16.37 -
YUV 115.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 119 115 107 0 0.03 0.10 0.53 40 0.05 0.44
Hex 77 73 6B 0 3 A 35 28 5 2C
Octal 167 163 153 0 3 12 65 50 5 54
Binary 1110111 1110011 1101011 0 11 1010 110101 101000 101 101100

Color Harmonies of #77736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77736B

Black with #77736B

Text Example


Text Example

White with #77736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77736B; }

 p { color: rgb(119,115,107); }

 H1.HeaderClassName
 {
   color: #77736B;
 }
 .AnyTagClassName
 {
   color: #77736B;
 }
</style>

background-color css

<style>
 a { background-color: #77736B; }

 a { background-color: rgb(119,115,107); }

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

border-color css

<style>
 span { border-color: #77736B; }

 span { border-color: rgb(119,115,107); }

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