Html Css Color HEX #77746C Dove Grey

📋 copy color: '#77746C'

red 119 ◦ green 116 ◦ blue 108

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

Shades of Dove Grey #77746C

Tints of Dove Grey #77746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 34.69%
G = 33.82%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77746C (or 0x77746C) is known color: Dove Grey. HEX triplet: 77, 74 and 6C. RGB value is (119,116,108). Sum of RGB (Red+Green+Blue) = 119+116+108=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 119 - color contains mainly: red. Hex color #77746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77746C is #888B93. Grayscale: #747474. Windows color (decimal): -8948628 or 7107703. OLE color: 7107703.

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

Color convert

RGB 119 116 108 -
CMYK 0 0.03 0.09 0.53
HSL 43.64º 0.05% 0.45% -
HSV(B) 43.64º 0.09% 0.47% -
XYZ 16.56 17.5 16.69 -
YUV 115.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 119 116 108 0 0.03 0.09 0.53 43.64 0.05 0.45
Hex 77 74 6C 0 3 9 35 2C 5 2D
Octal 167 164 154 0 3 11 65 54 5 55
Binary 1110111 1110100 1101100 0 11 1001 110101 101100 101 101101

Color Harmonies of #77746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77746C

Black with #77746C

Text Example


Text Example

White with #77746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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