#74434F

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

Shades of Camelot #74434F

Tints of Camelot #74434F

Color information

#74434F (or 0x74434F) is unknown color: approx Camelot. HEX triplet: 74, 43 and 4F. RGB value is (116,67,79). Sum of RGB (Red+Green+Blue) = 116+67+79=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74434F is #8BBCB0. Grayscale: #535353. Windows color (decimal): -9157809 or 5194612. OLE color: 5194612.

HSL color Cylindrical-coordinate representation of color #74434F: hue angle of 345.31º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74434F is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1166779-
CMYK00.420.320.55
HSL345.31º26.78%35.88%-
HSV(B)345.31º42.24%45.49%-
XYZ10.628.298.44-
YUV83.02125.73151.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=44.27%
G=25.57%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116677900.420.320.55345.3126.7835.88
Hex74434F02A20371591b24
Octal16410311705240675313344
Binary111010010000111001111010101010000011011110101100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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