Html Css Color HEX #727135 Crete

📋 copy color: '#727135'

red 114 ◦ green 113 ◦ blue 53

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

Shades of Crete #727135

Tints of Crete #727135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 40.71%
G = 40.36%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#727135 (or 0x727135) is known color: Crete. HEX triplet: 72, 71 and 35. RGB value is (114,113,53). Sum of RGB (Red+Green+Blue) = 114+113+53=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #727135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727135 is #8D8ECA. Grayscale: #6A6A6A. Windows color (decimal): -9277131 or 3502450. OLE color: 3502450.

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

Color convert

RGB 114 113 53 -
CMYK 0 0.01 0.54 0.55
HSL 59.02º 0.37% 0.33% -
HSV(B) 59.02º 0.54% 0.45% -
XYZ 13.49 15.64 5.68 -
YUV 106.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 114 113 53 0 0.01 0.54 0.55 59.02 0.37 0.33
Hex 72 71 35 0 1 36 37 3B 25 21
Octal 162 161 65 0 1 66 67 73 45 41
Binary 1110010 1110001 110101 0 1 110110 110111 111011 100101 100001

Color Harmonies of #727135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727135

Black with #727135

Text Example


Text Example

White with #727135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727135; }

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

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

background-color css

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

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

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

border-color css

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

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

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