Html Css Color HEX #72703B Crete

📋 copy color: '#72703B'

red 114 ◦ green 112 ◦ blue 59

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

Shades of Crete #72703B

Tints of Crete #72703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 40%
G = 39.3%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72703B (or 0x72703B) is known color: Crete. HEX triplet: 72, 70 and 3B. RGB value is (114,112,59). Sum of RGB (Red+Green+Blue) = 114+112+59=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #72703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72703B is #8D8FC4. Grayscale: #6A6A6A. Windows color (decimal): -9277381 or 3895410. OLE color: 3895410.

HSL color Cylindrical-coordinate representation of color #72703B: hue angle of 57.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72703B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 59 -
CMYK 0 0.02 0.48 0.55
HSL 57.82º 0.32% 0.34% -
HSV(B) 57.82º 0.48% 0.45% -
XYZ 13.52 15.48 6.41 -
YUV 106.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 114 112 59 0 0.02 0.48 0.55 57.82 0.32 0.34
Hex 72 70 3B 0 2 30 37 3A 20 22
Octal 162 160 73 0 2 60 67 72 40 42
Binary 1110010 1110000 111011 0 10 110000 110111 111010 100000 100010

Color Harmonies of #72703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72703B

Black with #72703B

Text Example


Text Example

White with #72703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72703B; }

 p { color: rgb(114,112,59); }

 H1.HeaderClassName
 {
   color: #72703B;
 }
 .AnyTagClassName
 {
   color: #72703B;
 }
</style>

background-color css

<style>
 a { background-color: #72703B; }

 a { background-color: rgb(114,112,59); }

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

border-color css

<style>
 span { border-color: #72703B; }

 span { border-color: rgb(114,112,59); }

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