Html Css Color HEX #726E3A Crete

📋 copy color: '#726E3A'

red 114 ◦ green 110 ◦ blue 58

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

Shades of Crete #726E3A

Tints of Crete #726E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 40.43%
G = 39.01%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#726E3A (or 0x726E3A) is known color: Crete. HEX triplet: 72, 6E and 3A. RGB value is (114,110,58). Sum of RGB (Red+Green+Blue) = 114+110+58=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E3A is #8D91C5. Grayscale: #696969. Windows color (decimal): -9277894 or 3829362. OLE color: 3829362.

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

Color convert

RGB 114 110 58 -
CMYK 0 0.04 0.49 0.55
HSL 55.71º 0.33% 0.34% -
HSV(B) 55.71º 0.49% 0.45% -
XYZ 13.28 15.03 6.21 -
YUV 105.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 114 110 58 0 0.04 0.49 0.55 55.71 0.33 0.34
Hex 72 6E 3A 0 4 31 37 38 21 22
Octal 162 156 72 0 4 61 67 70 41 42
Binary 1110010 1101110 111010 0 100 110001 110111 111000 100001 100010

Color Harmonies of #726E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E3A

Black with #726E3A

Text Example


Text Example

White with #726E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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