Html Css Color HEX #727235 Crete

📋 copy color: '#727235'

red 114 ◦ green 114 ◦ blue 53

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

Shades of Crete #727235

Tints of Crete #727235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 40.57%
G = 40.57%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#727235 (or 0x727235) is known color: Crete. HEX triplet: 72, 72 and 35. RGB value is (114,114,53). Sum of RGB (Red+Green+Blue) = 114+114+53=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727235 is #8D8DCA. Grayscale: #6B6B6B. Windows color (decimal): -9276875 or 3502706. OLE color: 3502706.

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

Color convert

RGB 114 114 53 -
CMYK 0 0 0.54 0.55
HSL 60º 0.37% 0.33% -
HSV(B) 60º 0.54% 0.45% -
XYZ 13.6 15.87 5.71 -
YUV 107.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 114 114 53 0 0 0.54 0.55 60 0.37 0.33
Hex 72 72 35 0 0 36 37 3C 25 21
Octal 162 162 65 0 0 66 67 74 45 41
Binary 1110010 1110010 110101 0 0 110110 110111 111100 100101 100001

Color Harmonies of #727235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727235

Black with #727235

Text Example


Text Example

White with #727235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727235; }

 p { color: rgb(114,114,53); }

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

background-color css

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

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

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

border-color css

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

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

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