#757B35

Color #757B35 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #757B35

Tints of Crete #757B35

Color information

#757B35 (or 0x757B35) is unknown color: approx Crete. HEX triplet: 75, 7B and 35. RGB value is (117,123,53). Sum of RGB (Red+Green+Blue) = 117+123+53=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #757B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B35 is #8A84CA. Grayscale: #717171. Windows color (decimal): -9077963 or 3505013. OLE color: 3505013.

HSL color Cylindrical-coordinate representation of color #757B35: hue angle of 65.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #757B35 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB11712353-
CMYK0.0500.570.52
HSL65.14º39.77%34.51%-
HSV(B)65.14º56.91%48.24%-
XYZ15.0618.26.09-
YUV113.2394.01130.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=39.93%
G=41.98%
B=18.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123530.0500.570.5265.1439.7734.51
Hex757B35503934412823
Octal165173655071641015043
Binary1110101111101111010110101110011101001000001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B35; }

 p { color: rgb(117,123,53); }

 H1.HeaderClassName
 {
   color: #757B35;
 }
 .AnyTagClassName
 {
   color: #757B35;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #757B35;
 }
 .BgClassName
 {
   background-color: #757B35;
 }
</style>
border-color css

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

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

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