#74414E

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

Shades of Camelot #74414E

Tints of Camelot #74414E

Color information

#74414E (or 0x74414E) is unknown color: approx Camelot. HEX triplet: 74, 41 and 4E. RGB value is (116,65,78). Sum of RGB (Red+Green+Blue) = 116+65+78=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74414E is #8BBEB1. Grayscale: #515151. Windows color (decimal): -9158322 or 5128564. OLE color: 5128564.

HSL color Cylindrical-coordinate representation of color #74414E: hue angle of 344.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74414E is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1166578-
CMYK00.440.330.55
HSL344.71º28.18%35.49%-
HSV(B)344.71º43.97%45.49%-
XYZ10.478.048.21-
YUV81.73125.9152.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=44.79%
G=25.10%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116657800.440.330.55344.7128.1835.49
Hex74414E02C21371591c23
Octal16410111605441675313443
Binary111010010000011001110010110010000111011110101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,65,78); }

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

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

 a { background-color: rgb(116,65,78); }

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

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

 span { border-color: rgb(116,65,78); }

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