Html Css Color HEX #718571 Davy's Grey

📋 copy color: '#718571'

red 113 ◦ green 133 ◦ blue 113

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

Shades of Davy's Grey #718571

Tints of Davy's Grey #718571

RGB

 RED value IS 113 (44.53% from 255) = 31.48%

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 31.48%
G = 37.05%
B = 31.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#718571 (or 0x718571) is known color: Davy's Grey. HEX triplet: 71, 85 and 71. RGB value is (113,133,113). Sum of RGB (Red+Green+Blue) = 113+133+113=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #718571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718571 is #8E7A8E. Grayscale: #7C7C7C. Windows color (decimal): -9337487 or 7439729. OLE color: 7439729.

HSL color Cylindrical-coordinate representation of color #718571: hue angle of 120º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718571 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 113 -
CMYK 0.15 0 0.15 0.48
HSL 120º 0.08% 0.48% -
HSV(B) 120º 0.15% 0.52% -
XYZ 18.18 21.48 18.81 -
YUV 124.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 113 133 113 0.15 0 0.15 0.48 120 0.08 0.48
Hex 71 85 71 F 0 F 30 78 8 30
Octal 161 205 161 17 0 17 60 170 10 60
Binary 1110001 10000101 1110001 1111 0 1111 110000 1111000 1000 110000

Color Harmonies of #718571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718571

Black with #718571

Text Example


Text Example

White with #718571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718571; }

 p { color: rgb(113,133,113); }

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

background-color css

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

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

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

border-color css

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

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

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