#764252

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

Shades of Camelot #764252

Tints of Camelot #764252

Color information

#764252 (or 0x764252) is unknown color: approx Camelot. HEX triplet: 76, 42 and 52. RGB value is (118,66,82). Sum of RGB (Red+Green+Blue) = 118+66+82=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764252 is #89BDAD. Grayscale: #535353. Windows color (decimal): -9026990 or 5390966. OLE color: 5390966.

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

Color convert

RGB1186682-
CMYK00.440.310.54
HSL341.54º28.26%36.08%-
HSV(B)341.54º44.07%46.27%-
XYZ10.948.369.02-
YUV83.37127.23152.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=44.36%
G=24.81%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118668200.440.310.54341.5428.2636.08
Hex76425202C1F361561c24
Octal16610212205437665263444
Binary11101101000010101001001011001111111011010101011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764252; }

 p { color: rgb(118,66,82); }

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

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

 a { background-color: rgb(118,66,82); }

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

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

 span { border-color: rgb(118,66,82); }

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