Html Css Color HEX #727535 Crete

📋 copy color: '#727535'

red 114 ◦ green 117 ◦ blue 53

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

Shades of Crete #727535

Tints of Crete #727535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

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

R = 40.14%
G = 41.2%
B = 18.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#727535 (or 0x727535) is known color: Crete. HEX triplet: 72, 75 and 35. RGB value is (114,117,53). Sum of RGB (Red+Green+Blue) = 114+117+53=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #727535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727535 is #8D8ACA. Grayscale: #6D6D6D. Windows color (decimal): -9276107 or 3503474. OLE color: 3503474.

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

Color convert

RGB 114 117 53 -
CMYK 0.03 0 0.55 0.54
HSL 62.81º 0.38% 0.33% -
HSV(B) 62.81º 0.55% 0.46% -
XYZ 13.94 16.56 5.83 -
YUV 108.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 114 117 53 0.03 0 0.55 0.54 62.81 0.38 0.33
Hex 72 75 35 3 0 37 36 3F 26 21
Octal 162 165 65 3 0 67 66 77 46 41
Binary 1110010 1110101 110101 11 0 110111 110110 111111 100110 100001

Color Harmonies of #727535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727535

Black with #727535

Text Example


Text Example

White with #727535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727535; }

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

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

background-color css

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

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

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

border-color css

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

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

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