#77414F

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

Shades of Camelot #77414F

Tints of Camelot #77414F

Color information

#77414F (or 0x77414F) is unknown color: approx Camelot. HEX triplet: 77, 41 and 4F. RGB value is (119,65,79). Sum of RGB (Red+Green+Blue) = 119+65+79=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77414F is #88BEB0. Grayscale: #525252. Windows color (decimal): -8961713 or 5194103. OLE color: 5194103.

HSL color Cylindrical-coordinate representation of color #77414F: hue angle of 344.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77414F is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1196579-
CMYK00.450.340.53
HSL344.44º29.35%36.08%-
HSV(B)344.44º45.38%46.67%-
XYZ10.918.278.42-
YUV82.74125.89153.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=45.25%
G=24.71%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119657900.450.340.53344.4429.3536.08
Hex77414F02D22351581d24
Octal16710111705542655303544
Binary111011110000011001111010110110001011010110101100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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