#75763F

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

Shades of Crete #75763F

Tints of Crete #75763F

Color information

#75763F (or 0x75763F) is unknown color: approx Crete. HEX triplet: 75, 76 and 3F. RGB value is (117,118,63). Sum of RGB (Red+Green+Blue) = 117+118+63=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #75763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75763F is #8A89C0. Grayscale: #6F6F6F. Windows color (decimal): -9079233 or 4159093. OLE color: 4159093.

HSL color Cylindrical-coordinate representation of color #75763F: hue angle of 61.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75763F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11711863-
CMYK0.0100.470.54
HSL61.09º30.39%35.49%-
HSV(B)61.09º46.61%46.27%-
XYZ14.7117.17.23-
YUV111.43100.67131.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 63 (25% from 255) = 21.14%
R=39.26%
G=39.60%
B=21.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118630.0100.470.5461.0930.3935.49
Hex75763F102F363d1e23
Octal16516677105766753643
Binary111010111101101111111010111111011011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75763F; }

 p { color: rgb(117,118,63); }

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

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

 a { background-color: rgb(117,118,63); }

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

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

 span { border-color: rgb(117,118,63); }

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