Html Css Color HEX #777569 Dove Grey

📋 copy color: '#777569'

red 119 ◦ green 117 ◦ blue 105

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

Shades of Dove Grey #777569

Tints of Dove Grey #777569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 34.9%
G = 34.31%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#777569 (or 0x777569) is known color: Dove Grey. HEX triplet: 77, 75 and 69. RGB value is (119,117,105). Sum of RGB (Red+Green+Blue) = 119+117+105=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #777569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777569 is #888A96. Grayscale: #747474. Windows color (decimal): -8948375 or 6911351. OLE color: 6911351.

HSL color Cylindrical-coordinate representation of color #777569: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777569 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 105 -
CMYK 0 0.02 0.12 0.53
HSL 51.43º 0.06% 0.44% -
HSV(B) 51.43º 0.12% 0.47% -
XYZ 16.52 17.66 15.9 -
YUV 116.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 119 117 105 0 0.02 0.12 0.53 51.43 0.06 0.44
Hex 77 75 69 0 2 C 35 33 6 2C
Octal 167 165 151 0 2 14 65 63 6 54
Binary 1110111 1110101 1101001 0 10 1100 110101 110011 110 101100

Color Harmonies of #777569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777569

Black with #777569

Text Example


Text Example

White with #777569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777569; }

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

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

background-color css

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

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

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

border-color css

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

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

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