#75723D

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

Shades of Crete #75723D

Tints of Crete #75723D

Color information

#75723D (or 0x75723D) is unknown color: approx Crete. HEX triplet: 75, 72 and 3D. RGB value is (117,114,61). Sum of RGB (Red+Green+Blue) = 117+114+61=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75723D is #8A8DC2. Grayscale: #6D6D6D. Windows color (decimal): -9080259 or 4026997. OLE color: 4026997.

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

Color convert

RGB11711461-
CMYK00.030.480.54
HSL56.79º31.46%34.9%-
HSV(B)56.79º47.86%45.88%-
XYZ14.216.156.78-
YUV108.85100.99133.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=40.07%
G=39.04%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171146100.030.480.5456.7931.4634.9
Hex75723D033036391f23
Octal16516275036066713743
Binary1110101111001011110101111000011011011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75723D; }

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

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

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

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

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

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

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

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