Html Css Color HEX #726E37 Crete

📋 copy color: '#726E37'

red 114 ◦ green 110 ◦ blue 55

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

Shades of Crete #726E37

Tints of Crete #726E37

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.43%

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 40.86%
G = 39.43%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#726E37 (or 0x726E37) is known color: Crete. HEX triplet: 72, 6E and 37. RGB value is (114,110,55). Sum of RGB (Red+Green+Blue) = 114+110+55=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E37 is #8D91C8. Grayscale: #696969. Windows color (decimal): -9277897 or 3632754. OLE color: 3632754.

HSL color Cylindrical-coordinate representation of color #726E37: hue angle of 55.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726E37 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 110 55 -
CMYK 0 0.04 0.52 0.55
HSL 55.93º 0.35% 0.33% -
HSV(B) 55.93º 0.52% 0.45% -
XYZ 13.2 15.01 5.81 -
YUV 104.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 114 110 55 0 0.04 0.52 0.55 55.93 0.35 0.33
Hex 72 6E 37 0 4 34 37 38 23 21
Octal 162 156 67 0 4 64 67 70 43 41
Binary 1110010 1101110 110111 0 100 110100 110111 111000 100011 100001

Color Harmonies of #726E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E37

Black with #726E37

Text Example


Text Example

White with #726E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726E37; }

 p { color: rgb(114,110,55); }

 H1.HeaderClassName
 {
   color: #726E37;
 }
 .AnyTagClassName
 {
   color: #726E37;
 }
</style>

background-color css

<style>
 a { background-color: #726E37; }

 a { background-color: rgb(114,110,55); }

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

border-color css

<style>
 span { border-color: #726E37; }

 span { border-color: rgb(114,110,55); }

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