Html Css Color HEX #757232 Crete

📋 copy color: '#757232'

red 117 ◦ green 114 ◦ blue 50

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

Shades of Crete #757232

Tints of Crete #757232

RGB

 RED value IS 117 (46.09% from 255) = 41.64%

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

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 41.64%
G = 40.57%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#757232 (or 0x757232) is known color: Crete. HEX triplet: 75, 72 and 32. RGB value is (117,114,50). Sum of RGB (Red+Green+Blue) = 117+114+50=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #757232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757232 is #8A8DCD. Grayscale: #6B6B6B. Windows color (decimal): -9080270 or 3306101. OLE color: 3306101.

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

Color convert

RGB 117 114 50 -
CMYK 0 0.03 0.57 0.54
HSL 57.31º 0.4% 0.33% -
HSV(B) 57.31º 0.57% 0.46% -
XYZ 13.93 16.05 5.38 -
YUV 107.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 117 114 50 0 0.03 0.57 0.54 57.31 0.4 0.33
Hex 75 72 32 0 3 39 36 39 28 21
Octal 165 162 62 0 3 71 66 71 50 41
Binary 1110101 1110010 110010 0 11 111001 110110 111001 101000 100001

Color Harmonies of #757232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757232

Black with #757232

Text Example


Text Example

White with #757232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757232; }

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

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

background-color css

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

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

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

border-color css

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

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

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