#75703A

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

Shades of Crete #75703A

Tints of Crete #75703A

Color information

#75703A (or 0x75703A) is unknown color: approx Crete. HEX triplet: 75, 70 and 3A. RGB value is (117,112,58). Sum of RGB (Red+Green+Blue) = 117+112+58=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #75703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75703A is #8A8FC5. Grayscale: #6B6B6B. Windows color (decimal): -9080774 or 3829877. OLE color: 3829877.

HSL color Cylindrical-coordinate representation of color #75703A: hue angle of 54.92º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75703A is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11711258-
CMYK00.040.500.54
HSL54.92º33.71%34.31%-
HSV(B)54.92º50.43%45.88%-
XYZ13.8915.686.3-
YUV107.34100.16134.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=40.77%
G=39.02%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171125800.040.500.5454.9233.7134.31
Hex75703A043236372222
Octal16516072046266674242
Binary111010111100001110100100110010110110110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75703A; }

 p { color: rgb(117,112,58); }

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

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

 a { background-color: rgb(117,112,58); }

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

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

 span { border-color: rgb(117,112,58); }

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