Html Css Color HEX #757537 Crete

📋 copy color: '#757537'

red 117 ◦ green 117 ◦ blue 55

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

Shades of Crete #757537

Tints of Crete #757537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 40.48%
G = 40.48%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#757537 (or 0x757537) is known color: Crete. HEX triplet: 75, 75 and 37. RGB value is (117,117,55). Sum of RGB (Red+Green+Blue) = 117+117+55=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757537 is #8A8AC8. Grayscale: #6E6E6E. Windows color (decimal): -9079497 or 3634549. OLE color: 3634549.

HSL color Cylindrical-coordinate representation of color #757537: hue angle of 60º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #757537 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 55 -
CMYK 0 0 0.53 0.54
HSL 60º 0.36% 0.34% -
HSV(B) 60º 0.53% 0.46% -
XYZ 14.39 16.78 6.1 -
YUV 109.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 117 117 55 0 0 0.53 0.54 60 0.36 0.34
Hex 75 75 37 0 0 35 36 3C 24 22
Octal 165 165 67 0 0 65 66 74 44 42
Binary 1110101 1110101 110111 0 0 110101 110110 111100 100100 100010

Color Harmonies of #757537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757537

Black with #757537

Text Example


Text Example

White with #757537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757537; }

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

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

background-color css

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

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

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

border-color css

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

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

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