#75713C

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

Shades of Crete #75713C

Tints of Crete #75713C

Color information

#75713C (or 0x75713C) is unknown color: approx Crete. HEX triplet: 75, 71 and 3C. RGB value is (117,113,60). Sum of RGB (Red+Green+Blue) = 117+113+60=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75713C is #8A8EC3. Grayscale: #6C6C6C. Windows color (decimal): -9080516 or 3961205. OLE color: 3961205.

HSL color Cylindrical-coordinate representation of color #75713C: hue angle of 55.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75713C is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB11711360-
CMYK00.030.490.54
HSL55.79º32.2%34.71%-
HSV(B)55.79º48.72%45.88%-
XYZ14.0615.926.61-
YUV108.15100.83134.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=40.34%
G=38.97%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171136000.030.490.5455.7932.234.71
Hex75713C033136382023
Octal16516174036166704043
Binary11101011110001111100011110001110110111000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75713C; }

 p { color: rgb(117,113,60); }

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

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

 a { background-color: rgb(117,113,60); }

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

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

 span { border-color: rgb(117,113,60); }

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