Html Css Color HEX #71856F Davy's Grey

📋 copy color: '#71856F'

red 113 ◦ green 133 ◦ blue 111

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

Shades of Davy's Grey #71856F

Tints of Davy's Grey #71856F

RGB

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

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

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

R = 31.65%
G = 37.25%
B = 31.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#71856F (or 0x71856F) is known color: Davy's Grey. HEX triplet: 71, 85 and 6F. RGB value is (113,133,111). Sum of RGB (Red+Green+Blue) = 113+133+111=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #71856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71856F is #8E7A90. Grayscale: #7C7C7C. Windows color (decimal): -9337489 or 7308657. OLE color: 7308657.

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

Color convert

RGB 113 133 111 -
CMYK 0.15 0 0.17 0.48
HSL 114.55º 0.09% 0.48% -
HSV(B) 114.55º 0.17% 0.52% -
XYZ 18.07 21.43 18.22 -
YUV 124.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 113 133 111 0.15 0 0.17 0.48 114.55 0.09 0.48
Hex 71 85 6F F 0 11 30 73 9 30
Octal 161 205 157 17 0 21 60 163 11 60
Binary 1110001 10000101 1101111 1111 0 10001 110000 1110011 1001 110000

Color Harmonies of #71856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71856F

Black with #71856F

Text Example


Text Example

White with #71856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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