Html Css Color HEX #76414E Camelot

📋 copy color: '#76414E'

red 118 ◦ green 65 ◦ blue 78

#76414E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #76414E

Tints of Camelot #76414E

RGB

 RED value IS 118 (46.48% from 255) = 45.21%

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 45.21%
G = 24.9%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76414E (or 0x76414E) is known color: Camelot. HEX triplet: 76, 41 and 4E. RGB value is (118,65,78). Sum of RGB (Red+Green+Blue) = 118+65+78=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76414E is #89BEB1. Grayscale: #525252. Windows color (decimal): -9027250 or 5128566. OLE color: 5128566.

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

Color convert

RGB 118 65 78 -
CMYK 0 0.45 0.34 0.54
HSL 345.28º 0.29% 0.36% -
HSV(B) 345.28º 0.45% 0.46% -
XYZ 10.74 8.18 8.22 -
YUV 82.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 118 65 78 0 0.45 0.34 0.54 345.28 0.29 0.36
Hex 76 41 4E 0 2D 22 36 159 1D 24
Octal 166 101 116 0 55 42 66 531 35 44
Binary 1110110 1000001 1001110 0 101101 100010 110110 101011001 11101 100100

Color Harmonies of #76414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76414E

Black with #76414E

Text Example


Text Example

White with #76414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76414E; }

 p { color: rgb(118,65,78); }

 H1.HeaderClassName
 {
   color: #76414E;
 }
 .AnyTagClassName
 {
   color: #76414E;
 }
</style>

background-color css

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

 a { background-color: rgb(118,65,78); }

 div.DivClassName
 {
   background-color: #76414E;
 }
 .BgClassName
 {
   background-color: #76414E;
 }
</style>

border-color css

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

 span { border-color: rgb(118,65,78); }

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