#747B3D

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

Shades of Crete #747B3D

Tints of Crete #747B3D

Color information

#747B3D (or 0x747B3D) is unknown color: approx Crete. HEX triplet: 74, 7B and 3D. RGB value is (116,123,61). Sum of RGB (Red+Green+Blue) = 116+123+61=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #747B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B3D is #8B84C2. Grayscale: #727272. Windows color (decimal): -9143491 or 4029300. OLE color: 4029300.

HSL color Cylindrical-coordinate representation of color #747B3D: hue angle of 66.77º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #747B3D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB11612361-
CMYK0.0600.500.52
HSL66.77º33.7%36.08%-
HSV(B)66.77º50.41%48.24%-
XYZ15.1318.227.13-
YUV113.8498.18129.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=38.67%
G=41%
B=20.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116123610.0600.500.5266.7733.736.08
Hex747B3D603234432224
Octal164173756062641034244
Binary1110100111101111110111001100101101001000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B3D; }

 p { color: rgb(116,123,61); }

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

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

 a { background-color: rgb(116,123,61); }

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

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

 span { border-color: rgb(116,123,61); }

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