#75773E

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

Shades of Crete #75773E

Tints of Crete #75773E

Color information

#75773E (or 0x75773E) is unknown color: approx Crete. HEX triplet: 75, 77 and 3E. RGB value is (117,119,62). Sum of RGB (Red+Green+Blue) = 117+119+62=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #75773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773E is #8A88C1. Grayscale: #707070. Windows color (decimal): -9078978 or 4093813. OLE color: 4093813.

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

Color convert

RGB11711962-
CMYK0.0200.480.53
HSL62.11º31.49%35.49%-
HSV(B)62.11º47.9%46.67%-
XYZ14.817.327.12-
YUV111.999.84131.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=39.26%
G=39.93%
B=20.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119620.0200.480.5362.1131.4935.49
Hex75773E2030353e1f23
Octal16516776206065763743
Binary1110101111011111111010011000011010111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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