#74773B

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

Shades of Crete #74773B

Tints of Crete #74773B

Color information

#74773B (or 0x74773B) is unknown color: approx Crete. HEX triplet: 74, 77 and 3B. RGB value is (116,119,59). Sum of RGB (Red+Green+Blue) = 116+119+59=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #74773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74773B is #8B88C4. Grayscale: #6F6F6F. Windows color (decimal): -9144517 or 3897204. OLE color: 3897204.

HSL color Cylindrical-coordinate representation of color #74773B: hue angle of 63º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74773B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11611959-
CMYK0.0300.500.53
HSL63º33.71%34.9%-
HSV(B)63º50.42%46.67%-
XYZ14.5917.226.69-
YUV111.2698.51131.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=39.46%
G=40.48%
B=20.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119590.0300.500.536333.7134.9
Hex74773B3032353f2223
Octal16416773306265774243
Binary11101001110111111011110110010110101111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74773B; }

 p { color: rgb(116,119,59); }

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

<style>
 a { background-color: #74773B; }

 a { background-color: rgb(116,119,59); }

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

<style>
 span { border-color: #74773B; }

 span { border-color: rgb(116,119,59); }

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