#747638

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

Shades of Crete #747638

Tints of Crete #747638

Color information

#747638 (or 0x747638) is unknown color: approx Crete. HEX triplet: 74, 76 and 38. RGB value is (116,118,56). Sum of RGB (Red+Green+Blue) = 116+118+56=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #747638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747638 is #8B89C7. Grayscale: #6E6E6E. Windows color (decimal): -9144776 or 3700340. OLE color: 3700340.

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

Color convert

RGB11611856-
CMYK0.0200.530.54
HSL61.94º35.63%34.12%-
HSV(B)61.94º52.54%46.27%-
XYZ14.3916.966.26-
YUV110.3397.34132.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=40%
G=40.69%
B=19.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118560.0200.530.5461.9435.6334.12
Hex7476382035363e2422
Octal16416670206566764442
Binary11101001110110111000100110101110110111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747638; }

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

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

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

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

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

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

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

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