Html Css Color HEX #726F33 Crete

📋 copy color: '#726F33'

red 114 ◦ green 111 ◦ blue 51

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

Shades of Crete #726F33

Tints of Crete #726F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 41.3%
G = 40.22%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#726F33 (or 0x726F33) is known color: Crete. HEX triplet: 72, 6F and 33. RGB value is (114,111,51). Sum of RGB (Red+Green+Blue) = 114+111+51=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #726F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F33 is #8D90CC. Grayscale: #696969. Windows color (decimal): -9277645 or 3370866. OLE color: 3370866.

HSL color Cylindrical-coordinate representation of color #726F33: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726F33 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 51 -
CMYK 0 0.03 0.55 0.55
HSL 57.14º 0.38% 0.32% -
HSV(B) 57.14º 0.55% 0.45% -
XYZ 13.22 15.19 5.37 -
YUV 105.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 114 111 51 0 0.03 0.55 0.55 57.14 0.38 0.32
Hex 72 6F 33 0 3 37 37 39 26 20
Octal 162 157 63 0 3 67 67 71 46 40
Binary 1110010 1101111 110011 0 11 110111 110111 111001 100110 100000

Color Harmonies of #726F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F33

Black with #726F33

Text Example


Text Example

White with #726F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,51); }

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

background-color css

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

 a { background-color: rgb(114,111,51); }

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

border-color css

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

 span { border-color: rgb(114,111,51); }

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