Html Css Color HEX #72874D Dingley

📋 copy color: '#72874D'

red 114 ◦ green 135 ◦ blue 77

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

Shades of Dingley #72874D

Tints of Dingley #72874D

RGB

 RED value IS 114 (44.92% from 255) = 34.97%

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 34.97%
G = 41.41%
B = 23.62%

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

#72874D (or 0x72874D) is known color: Dingley. HEX triplet: 72, 87 and 4D. RGB value is (114,135,77). Sum of RGB (Red+Green+Blue) = 114+135+77=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #72874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72874D is #8D78B2. Grayscale: #7A7A7A. Windows color (decimal): -9271475 or 5080946. OLE color: 5080946.

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

Color convert

RGB 114 135 77 -
CMYK 0.16 0 0.43 0.47
HSL 81.72º 0.27% 0.42% -
HSV(B) 81.72º 0.43% 0.53% -
XYZ 16.94 21.44 10.27 -
YUV 122.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 114 135 77 0.16 0 0.43 0.47 81.72 0.27 0.42
Hex 72 87 4D 10 0 2B 2F 52 1B 2A
Octal 162 207 115 20 0 53 57 122 33 52
Binary 1110010 10000111 1001101 10000 0 101011 101111 1010010 11011 101010

Color Harmonies of #72874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72874D

Black with #72874D

Text Example


Text Example

White with #72874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,135,77); }

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

background-color css

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

 a { background-color: rgb(114,135,77); }

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

border-color css

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

 span { border-color: rgb(114,135,77); }

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