#77434F

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

Shades of Camelot #77434F

Tints of Camelot #77434F

Color information

#77434F (or 0x77434F) is unknown color: approx Camelot. HEX triplet: 77, 43 and 4F. RGB value is (119,67,79). Sum of RGB (Red+Green+Blue) = 119+67+79=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77434F is #88BCB0. Grayscale: #535353. Windows color (decimal): -8961201 or 5194615. OLE color: 5194615.

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

Color convert

RGB1196779-
CMYK00.440.340.53
HSL346.15º27.96%36.47%-
HSV(B)346.15º43.7%46.67%-
XYZ11.038.58.46-
YUV83.92125.23153.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=44.91%
G=25.28%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119677900.440.340.53346.1527.9636.47
Hex77434F02C223515a1c24
Octal16710311705442655323444
Binary111011110000111001111010110010001011010110101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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