Html Css Color HEX #76404A Camelot

📋 copy color: '#76404A'

red 118 ◦ green 64 ◦ blue 74

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

Shades of Camelot #76404A

Tints of Camelot #76404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 46.09%
G = 25%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76404A (or 0x76404A) is known color: Camelot. HEX triplet: 76, 40 and 4A. RGB value is (118,64,74). Sum of RGB (Red+Green+Blue) = 118+64+74=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #76404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76404A is #89BFB5. Grayscale: #515151. Windows color (decimal): -9027510 or 4866166. OLE color: 4866166.

HSL color Cylindrical-coordinate representation of color #76404A: hue angle of 348.89º 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 #76404A is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 74 -
CMYK 0 0.46 0.37 0.54
HSL 348.89º 0.3% 0.36% -
HSV(B) 348.89º 0.46% 0.46% -
XYZ 10.54 8.01 7.47 -
YUV 81.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 118 64 74 0 0.46 0.37 0.54 348.89 0.3 0.36
Hex 76 40 4A 0 2E 25 36 15D 1E 24
Octal 166 100 112 0 56 45 66 535 36 44
Binary 1110110 1000000 1001010 0 101110 100101 110110 101011101 11110 100100

Color Harmonies of #76404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76404A

Black with #76404A

Text Example


Text Example

White with #76404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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