#764251

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

Shades of Camelot #764251

Tints of Camelot #764251

Color information

#764251 (or 0x764251) is unknown color: approx Camelot. HEX triplet: 76, 42 and 51. RGB value is (118,66,81). Sum of RGB (Red+Green+Blue) = 118+66+81=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764251 is #89BDAE. Grayscale: #535353. Windows color (decimal): -9026991 or 5325430. OLE color: 5325430.

HSL color Cylindrical-coordinate representation of color #764251: hue angle of 342.69º 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 #764251 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1186681-
CMYK00.440.310.54
HSL342.69º28.26%36.08%-
HSV(B)342.69º44.07%46.27%-
XYZ10.98.348.82-
YUV83.26126.73152.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=44.53%
G=24.91%
B=30.57%

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
Decimal118668100.440.310.54342.6928.2636.08
Hex76425102C1F361571c24
Octal16610212105437665273444
Binary11101101000010101000101011001111111011010101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764251; }

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

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

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

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

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

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

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

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