#74414F

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

Shades of Camelot #74414F

Tints of Camelot #74414F

Color information

#74414F (or 0x74414F) is unknown color: approx Camelot. HEX triplet: 74, 41 and 4F. RGB value is (116,65,79). Sum of RGB (Red+Green+Blue) = 116+65+79=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74414F is #8BBEB0. Grayscale: #515151. Windows color (decimal): -9158321 or 5194100. OLE color: 5194100.

HSL color Cylindrical-coordinate representation of color #74414F: hue angle of 343.53º 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 #74414F is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1166579-
CMYK00.440.320.55
HSL343.53º28.18%35.49%-
HSV(B)343.53º43.97%45.49%-
XYZ10.58.068.4-
YUV81.84126.4152.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=44.62%
G=25%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116657900.440.320.55343.5328.1835.49
Hex74414F02C20371581c23
Octal16410111705440675303443
Binary111010010000011001111010110010000011011110101100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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