Html Css Color HEX #726D2F Crete

📋 copy color: '#726D2F'

red 114 ◦ green 109 ◦ blue 47

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

Shades of Crete #726D2F

Tints of Crete #726D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 42.22%
G = 40.37%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#726D2F (or 0x726D2F) is known color: Crete. HEX triplet: 72, 6D and 2F. RGB value is (114,109,47). Sum of RGB (Red+Green+Blue) = 114+109+47=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #726D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D2F is #8D92D0. Grayscale: #676767. Windows color (decimal): -9278161 or 3108210. OLE color: 3108210.

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

Color convert

RGB 114 109 47 -
CMYK 0 0.04 0.59 0.55
HSL 55.52º 0.42% 0.32% -
HSV(B) 55.52º 0.59% 0.45% -
XYZ 12.92 14.72 4.85 -
YUV 103.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 114 109 47 0 0.04 0.59 0.55 55.52 0.42 0.32
Hex 72 6D 2F 0 4 3B 37 38 2A 20
Octal 162 155 57 0 4 73 67 70 52 40
Binary 1110010 1101101 101111 0 100 111011 110111 111000 101010 100000

Color Harmonies of #726D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D2F

Black with #726D2F

Text Example


Text Example

White with #726D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,47); }

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

background-color css

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

 a { background-color: rgb(114,109,47); }

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

border-color css

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

 span { border-color: rgb(114,109,47); }

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