Html Css Color HEX #777571 Dove Grey

📋 copy color: '#777571'

red 119 ◦ green 117 ◦ blue 113

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

Shades of Dove Grey #777571

Tints of Dove Grey #777571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 34.1%
G = 33.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#777571 (or 0x777571) is known color: Dove Grey. HEX triplet: 77, 75 and 71. RGB value is (119,117,113). Sum of RGB (Red+Green+Blue) = 119+117+113=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 119 - color contains mainly: red. Hex color #777571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777571 is #888A8E. Grayscale: #757575. Windows color (decimal): -8948367 or 7435639. OLE color: 7435639.

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

Color convert

RGB 119 117 113 -
CMYK 0 0.02 0.05 0.53
HSL 40º 0.03% 0.45% -
HSV(B) 40º 0.05% 0.47% -
XYZ 16.95 17.84 18.17 -
YUV 117.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 119 117 113 0 0.02 0.05 0.53 40 0.03 0.45
Hex 77 75 71 0 2 5 35 28 3 2D
Octal 167 165 161 0 2 5 65 50 3 55
Binary 1110111 1110101 1110001 0 10 101 110101 101000 11 101101

Color Harmonies of #777571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777571

Black with #777571

Text Example


Text Example

White with #777571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777571; }

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

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

background-color css

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

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

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

border-color css

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

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

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