Html Css Color HEX #726A32 Crete

📋 copy color: '#726A32'

red 114 ◦ green 106 ◦ blue 50

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

Shades of Crete #726A32

Tints of Crete #726A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.26%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 42.22%
G = 39.26%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#726A32 (or 0x726A32) is known color: Crete. HEX triplet: 72, 6A and 32. RGB value is (114,106,50). Sum of RGB (Red+Green+Blue) = 114+106+50=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #726A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A32 is #8D95CD. Grayscale: #666666. Windows color (decimal): -9278926 or 3304050. OLE color: 3304050.

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

Color convert

RGB 114 106 50 -
CMYK 0 0.07 0.56 0.55
HSL 52.5º 0.39% 0.32% -
HSV(B) 52.5º 0.56% 0.45% -
XYZ 12.67 14.12 5.07 -
YUV 102.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 114 106 50 0 0.07 0.56 0.55 52.5 0.39 0.32
Hex 72 6A 32 0 7 38 37 34 27 20
Octal 162 152 62 0 7 70 67 64 47 40
Binary 1110010 1101010 110010 0 111 111000 110111 110100 100111 100000

Color Harmonies of #726A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A32

Black with #726A32

Text Example


Text Example

White with #726A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,50); }

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

background-color css

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

 a { background-color: rgb(114,106,50); }

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

border-color css

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

 span { border-color: rgb(114,106,50); }

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