Html Css Color HEX #727435 Crete

📋 copy color: '#727435'

red 114 ◦ green 116 ◦ blue 53

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

Shades of Crete #727435

Tints of Crete #727435

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 40.28%
G = 40.99%
B = 18.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#727435 (or 0x727435) is known color: Crete. HEX triplet: 72, 74 and 35. RGB value is (114,116,53). Sum of RGB (Red+Green+Blue) = 114+116+53=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #727435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727435 is #8D8BCA. Grayscale: #6C6C6C. Windows color (decimal): -9276363 or 3503218. OLE color: 3503218.

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

Color convert

RGB 114 116 53 -
CMYK 0.02 0 0.54 0.55
HSL 61.9º 0.37% 0.33% -
HSV(B) 61.9º 0.54% 0.45% -
XYZ 13.83 16.33 5.79 -
YUV 108.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 114 116 53 0.02 0 0.54 0.55 61.9 0.37 0.33
Hex 72 74 35 2 0 36 37 3E 25 21
Octal 162 164 65 2 0 66 67 76 45 41
Binary 1110010 1110100 110101 10 0 110110 110111 111110 100101 100001

Color Harmonies of #727435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727435

Black with #727435

Text Example


Text Example

White with #727435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727435; }

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

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

background-color css

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

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

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

border-color css

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

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

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