#75773D

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

Shades of Crete #75773D

Tints of Crete #75773D

Color information

#75773D (or 0x75773D) is unknown color: approx Crete. HEX triplet: 75, 77 and 3D. RGB value is (117,119,61). Sum of RGB (Red+Green+Blue) = 117+119+61=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #75773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773D is #8A88C2. Grayscale: #707070. Windows color (decimal): -9078979 or 4028277. OLE color: 4028277.

HSL color Cylindrical-coordinate representation of color #75773D: hue angle of 62.07º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75773D is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11711961-
CMYK0.0200.490.53
HSL62.07º32.22%35.29%-
HSV(B)62.07º48.74%46.67%-
XYZ14.7817.316.98-
YUV111.7999.34131.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=39.39%
G=40.07%
B=20.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119610.0200.490.5362.0732.2235.29
Hex75773D2031353e2023
Octal16516775206165764043
Binary11101011110111111101100110001110101111110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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