Html Css Color HEX #757437 Crete

📋 copy color: '#757437'

red 117 ◦ green 116 ◦ blue 55

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

Shades of Crete #757437

Tints of Crete #757437

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

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

R = 40.63%
G = 40.28%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#757437 (or 0x757437) is known color: Crete. HEX triplet: 75, 74 and 37. RGB value is (117,116,55). Sum of RGB (Red+Green+Blue) = 117+116+55=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #757437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757437 is #8A8BC8. Grayscale: #6D6D6D. Windows color (decimal): -9079753 or 3634293. OLE color: 3634293.

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

Color convert

RGB 117 116 55 -
CMYK 0 0.01 0.53 0.54
HSL 59.03º 0.36% 0.34% -
HSV(B) 59.03º 0.53% 0.46% -
XYZ 14.27 16.55 6.06 -
YUV 109.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 117 116 55 0 0.01 0.53 0.54 59.03 0.36 0.34
Hex 75 74 37 0 1 35 36 3B 24 22
Octal 165 164 67 0 1 65 66 73 44 42
Binary 1110101 1110100 110111 0 1 110101 110110 111011 100100 100010

Color Harmonies of #757437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757437

Black with #757437

Text Example


Text Example

White with #757437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757437; }

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

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

background-color css

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

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

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

border-color css

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

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

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