Html Css Color HEX #757532 Crete

📋 copy color: '#757532'

red 117 ◦ green 117 ◦ blue 50

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

Shades of Crete #757532

Tints of Crete #757532

RGB

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

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

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

R = 41.2%
G = 41.2%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#757532 (or 0x757532) is known color: Crete. HEX triplet: 75, 75 and 32. RGB value is (117,117,50). Sum of RGB (Red+Green+Blue) = 117+117+50=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757532 is #8A8ACD. Grayscale: #6D6D6D. Windows color (decimal): -9079502 or 3306869. OLE color: 3306869.

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

Color convert

RGB 117 117 50 -
CMYK 0 0 0.57 0.54
HSL 60º 0.4% 0.33% -
HSV(B) 60º 0.57% 0.46% -
XYZ 14.27 16.73 5.5 -
YUV 109.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 117 117 50 0 0 0.57 0.54 60 0.4 0.33
Hex 75 75 32 0 0 39 36 3C 28 21
Octal 165 165 62 0 0 71 66 74 50 41
Binary 1110101 1110101 110010 0 0 111001 110110 111100 101000 100001

Color Harmonies of #757532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757532

Black with #757532

Text Example


Text Example

White with #757532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757532; }

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

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

background-color css

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

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

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

border-color css

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

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

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