Html Css Color HEX #757137 Crete

📋 copy color: '#757137'

red 117 ◦ green 113 ◦ blue 55

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

Shades of Crete #757137

Tints of Crete #757137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

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

R = 41.05%
G = 39.65%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#757137 (or 0x757137) is known color: Crete. HEX triplet: 75, 71 and 37. RGB value is (117,113,55). Sum of RGB (Red+Green+Blue) = 117+113+55=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #757137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757137 is #8A8EC8. Grayscale: #6B6B6B. Windows color (decimal): -9080521 or 3633525. OLE color: 3633525.

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

Color convert

RGB 117 113 55 -
CMYK 0 0.03 0.53 0.54
HSL 56.13º 0.36% 0.34% -
HSV(B) 56.13º 0.53% 0.46% -
XYZ 13.93 15.87 5.94 -
YUV 107.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 117 113 55 0 0.03 0.53 0.54 56.13 0.36 0.34
Hex 75 71 37 0 3 35 36 38 24 22
Octal 165 161 67 0 3 65 66 70 44 42
Binary 1110101 1110001 110111 0 11 110101 110110 111000 100100 100010

Color Harmonies of #757137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757137

Black with #757137

Text Example


Text Example

White with #757137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757137; }

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

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

background-color css

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

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

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

border-color css

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

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

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