Html Css Color HEX #76404D Camelot

📋 copy color: '#76404D'

red 118 ◦ green 64 ◦ blue 77

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

Shades of Camelot #76404D

Tints of Camelot #76404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 45.56%
G = 24.71%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76404D (or 0x76404D) is known color: Camelot. HEX triplet: 76, 40 and 4D. RGB value is (118,64,77). Sum of RGB (Red+Green+Blue) = 118+64+77=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76404D is #89BFB2. Grayscale: #515151. Windows color (decimal): -9027507 or 5062774. OLE color: 5062774.

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

Color convert

RGB 118 64 77 -
CMYK 0 0.46 0.35 0.54
HSL 345.56º 0.3% 0.36% -
HSV(B) 345.56º 0.46% 0.46% -
XYZ 10.64 8.05 8.01 -
YUV 81.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 118 64 77 0 0.46 0.35 0.54 345.56 0.3 0.36
Hex 76 40 4D 0 2E 23 36 15A 1E 24
Octal 166 100 115 0 56 43 66 532 36 44
Binary 1110110 1000000 1001101 0 101110 100011 110110 101011010 11110 100100

Color Harmonies of #76404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76404D

Black with #76404D

Text Example


Text Example

White with #76404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76404D; }

 p { color: rgb(118,64,77); }

 H1.HeaderClassName
 {
   color: #76404D;
 }
 .AnyTagClassName
 {
   color: #76404D;
 }
</style>

background-color css

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

 a { background-color: rgb(118,64,77); }

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

border-color css

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

 span { border-color: rgb(118,64,77); }

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