Html Css Color HEX #757737 Crete

📋 copy color: '#757737'

red 117 ◦ green 119 ◦ blue 55

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

Shades of Crete #757737

Tints of Crete #757737

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

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

R = 40.21%
G = 40.89%
B = 18.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#757737 (or 0x757737) is known color: Crete. HEX triplet: 75, 77 and 37. RGB value is (117,119,55). Sum of RGB (Red+Green+Blue) = 117+119+55=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #757737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757737 is #8A88C8. Grayscale: #6F6F6F. Windows color (decimal): -9078985 or 3635061. OLE color: 3635061.

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

Color convert

RGB 117 119 55 -
CMYK 0.02 0 0.54 0.53
HSL 61.88º 0.37% 0.34% -
HSV(B) 61.88º 0.54% 0.47% -
XYZ 14.62 17.25 6.17 -
YUV 111.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 117 119 55 0.02 0 0.54 0.53 61.88 0.37 0.34
Hex 75 77 37 2 0 36 35 3E 25 22
Octal 165 167 67 2 0 66 65 76 45 42
Binary 1110101 1110111 110111 10 0 110110 110101 111110 100101 100010

Color Harmonies of #757737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757737

Black with #757737

Text Example


Text Example

White with #757737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757737; }

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

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

background-color css

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

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

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

border-color css

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

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

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