Html Css Color HEX #727035 Crete

📋 copy color: '#727035'

red 114 ◦ green 112 ◦ blue 53

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

Shades of Crete #727035

Tints of Crete #727035

RGB

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

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

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

R = 40.86%
G = 40.14%
B = 19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#727035 (or 0x727035) is known color: Crete. HEX triplet: 72, 70 and 35. RGB value is (114,112,53). Sum of RGB (Red+Green+Blue) = 114+112+53=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #727035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727035 is #8D8FCA. Grayscale: #6A6A6A. Windows color (decimal): -9277387 or 3502194. OLE color: 3502194.

HSL color Cylindrical-coordinate representation of color #727035: hue angle of 58.03º 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 #727035 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 53 -
CMYK 0 0.02 0.54 0.55
HSL 58.03º 0.37% 0.33% -
HSV(B) 58.03º 0.54% 0.45% -
XYZ 13.38 15.42 5.64 -
YUV 105.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 114 112 53 0 0.02 0.54 0.55 58.03 0.37 0.33
Hex 72 70 35 0 2 36 37 3A 25 21
Octal 162 160 65 0 2 66 67 72 45 41
Binary 1110010 1110000 110101 0 10 110110 110111 111010 100101 100001

Color Harmonies of #727035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727035

Black with #727035

Text Example


Text Example

White with #727035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727035; }

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

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

background-color css

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

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

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

border-color css

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

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

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