Html Css Color HEX #71866F Davy's Grey

📋 copy color: '#71866F'

red 113 ◦ green 134 ◦ blue 111

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

Shades of Davy's Grey #71866F

Tints of Davy's Grey #71866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 31.56%
G = 37.43%
B = 31.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#71866F (or 0x71866F) is known color: Davy's Grey. HEX triplet: 71, 86 and 6F. RGB value is (113,134,111). Sum of RGB (Red+Green+Blue) = 113+134+111=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #71866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71866F is #8E7990. Grayscale: #7D7D7D. Windows color (decimal): -9337233 or 7308913. OLE color: 7308913.

HSL color Cylindrical-coordinate representation of color #71866F: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71866F is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 111 -
CMYK 0.16 0 0.17 0.47
HSL 114.78º 0.09% 0.48% -
HSV(B) 114.78º 0.17% 0.53% -
XYZ 18.2 21.71 18.27 -
YUV 125.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 113 134 111 0.16 0 0.17 0.47 114.78 0.09 0.48
Hex 71 86 6F 10 0 11 2F 73 9 30
Octal 161 206 157 20 0 21 57 163 11 60
Binary 1110001 10000110 1101111 10000 0 10001 101111 1110011 1001 110000

Color Harmonies of #71866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71866F

Black with #71866F

Text Example


Text Example

White with #71866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71866F; }

 p { color: rgb(113,134,111); }

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

background-color css

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

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

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

border-color css

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

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

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