#74763A

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

Shades of Crete #74763A

Tints of Crete #74763A

Color information

#74763A (or 0x74763A) is unknown color: approx Crete. HEX triplet: 74, 76 and 3A. RGB value is (116,118,58). Sum of RGB (Red+Green+Blue) = 116+118+58=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #74763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74763A is #8B89C5. Grayscale: #6E6E6E. Windows color (decimal): -9144774 or 3831412. OLE color: 3831412.

HSL color Cylindrical-coordinate representation of color #74763A: hue angle of 62º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74763A is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB11611858-
CMYK0.0200.510.54
HSL62º34.09%34.51%-
HSV(B)62º50.85%46.27%-
XYZ14.4416.986.52-
YUV110.5698.34131.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=39.73%
G=40.41%
B=19.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118580.0200.510.546234.0934.51
Hex74763A2033363e2223
Octal16416672206366764243
Binary11101001110110111010100110011110110111110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74763A; }

 p { color: rgb(116,118,58); }

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

<style>
 a { background-color: #74763A; }

 a { background-color: rgb(116,118,58); }

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

<style>
 span { border-color: #74763A; }

 span { border-color: rgb(116,118,58); }

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