Html Css Color HEX #71864E Dingley

📋 copy color: '#71864E'

red 113 ◦ green 134 ◦ blue 78

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

Shades of Dingley #71864E

Tints of Dingley #71864E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24%

R = 34.77%
G = 41.23%
B = 24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#71864E (or 0x71864E) is known color: Dingley. HEX triplet: 71, 86 and 4E. RGB value is (113,134,78). Sum of RGB (Red+Green+Blue) = 113+134+78=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #71864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71864E is #8E79B1. Grayscale: #797979. Windows color (decimal): -9337266 or 5146225. OLE color: 5146225.

HSL color Cylindrical-coordinate representation of color #71864E: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71864E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 78 -
CMYK 0.16 0 0.42 0.47
HSL 82.5º 0.26% 0.42% -
HSV(B) 82.5º 0.42% 0.53% -
XYZ 16.71 21.11 10.4 -
YUV 121.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 113 134 78 0.16 0 0.42 0.47 82.5 0.26 0.42
Hex 71 86 4E 10 0 2A 2F 52 1A 2A
Octal 161 206 116 20 0 52 57 122 32 52
Binary 1110001 10000110 1001110 10000 0 101010 101111 1010010 11010 101010

Color Harmonies of #71864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71864E

Black with #71864E

Text Example


Text Example

White with #71864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71864E; }

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

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

background-color css

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

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

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

border-color css

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

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

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