#757734

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

Shades of Crete #757734

Tints of Crete #757734

Color information

#757734 (or 0x757734) is unknown color: approx Crete. HEX triplet: 75, 77 and 34. RGB value is (117,119,52). Sum of RGB (Red+Green+Blue) = 117+119+52=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #757734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757734 is #8A88CB. Grayscale: #6F6F6F. Windows color (decimal): -9078988 or 3438453. OLE color: 3438453.

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

Color convert

RGB11711952-
CMYK0.0200.560.53
HSL61.79º39.18%33.53%-
HSV(B)61.79º56.3%46.67%-
XYZ14.5517.225.81-
YUV110.7694.84132.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=40.62%
G=41.32%
B=18.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119520.0200.560.5361.7939.1833.53
Hex7577342038353e2722
Octal16516764207065764742
Binary11101011110111110100100111000110101111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757734; }

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

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

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

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

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

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

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

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