#757234

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

Shades of Crete #757234

Tints of Crete #757234

Color information

#757234 (or 0x757234) is unknown color: approx Crete. HEX triplet: 75, 72 and 34. RGB value is (117,114,52). Sum of RGB (Red+Green+Blue) = 117+114+52=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #757234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757234 is #8A8DCB. Grayscale: #6C6C6C. Windows color (decimal): -9080268 or 3437173. OLE color: 3437173.

HSL color Cylindrical-coordinate representation of color #757234: hue angle of 57.23º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #757234 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB11711452-
CMYK00.030.560.54
HSL57.23º38.46%33.14%-
HSV(B)57.23º55.56%45.88%-
XYZ13.9716.065.61-
YUV107.8396.49134.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=41.34%
G=40.28%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171145200.030.560.5457.2338.4633.14
Hex757234033836392621
Octal16516264037066714641
Binary11101011110010110100011111000110110111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757234; }

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

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

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

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

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

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

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

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