Html Css Color HEX #777568 Dove Grey

📋 copy color: '#777568'

red 119 ◦ green 117 ◦ blue 104

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

Shades of Dove Grey #777568

Tints of Dove Grey #777568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 35%
G = 34.41%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#777568 (or 0x777568) is known color: Dove Grey. HEX triplet: 77, 75 and 68. RGB value is (119,117,104). Sum of RGB (Red+Green+Blue) = 119+117+104=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #777568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777568 is #888A97. Grayscale: #747474. Windows color (decimal): -8948376 or 6845815. OLE color: 6845815.

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

Color convert

RGB 119 117 104 -
CMYK 0 0.02 0.13 0.53
HSL 52º 0.07% 0.44% -
HSV(B) 52º 0.13% 0.47% -
XYZ 16.47 17.64 15.63 -
YUV 116.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 119 117 104 0 0.02 0.13 0.53 52 0.07 0.44
Hex 77 75 68 0 2 D 35 34 7 2C
Octal 167 165 150 0 2 15 65 64 7 54
Binary 1110111 1110101 1101000 0 10 1101 110101 110100 111 101100

Color Harmonies of #777568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777568

Black with #777568

Text Example


Text Example

White with #777568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777568; }

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

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

background-color css

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

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

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

border-color css

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

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

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