Html Css Color HEX #71864D Dingley

📋 copy color: '#71864D'

red 113 ◦ green 134 ◦ blue 77

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

Shades of Dingley #71864D

Tints of Dingley #71864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 34.88%
G = 41.36%
B = 23.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#71864D (or 0x71864D) is known color: Dingley. HEX triplet: 71, 86 and 4D. RGB value is (113,134,77). Sum of RGB (Red+Green+Blue) = 113+134+77=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #71864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71864D is #8E79B2. Grayscale: #797979. Windows color (decimal): -9337267 or 5080689. OLE color: 5080689.

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

Color convert

RGB 113 134 77 -
CMYK 0.16 0 0.43 0.47
HSL 82.11º 0.27% 0.41% -
HSV(B) 82.11º 0.43% 0.53% -
XYZ 16.67 21.1 10.21 -
YUV 121.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 113 134 77 0.16 0 0.43 0.47 82.11 0.27 0.41
Hex 71 86 4D 10 0 2B 2F 52 1B 29
Octal 161 206 115 20 0 53 57 122 33 51
Binary 1110001 10000110 1001101 10000 0 101011 101111 1010010 11011 101001

Color Harmonies of #71864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71864D

Black with #71864D

Text Example


Text Example

White with #71864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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