Html Css Color HEX #763C49 Camelot

📋 copy color: '#763C49'

red 118 ◦ green 60 ◦ blue 73

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

Shades of Camelot #763C49

Tints of Camelot #763C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 47.01%
G = 23.9%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#763C49 (or 0x763C49) is known color: Camelot. HEX triplet: 76, 3C and 49. RGB value is (118,60,73). Sum of RGB (Red+Green+Blue) = 118+60+73=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #763C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C49 is #89C3B6. Grayscale: #4E4E4E. Windows color (decimal): -9028535 or 4799606. OLE color: 4799606.

HSL color Cylindrical-coordinate representation of color #763C49: hue angle of 346.55º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C49 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 73 -
CMYK 0 0.49 0.38 0.54
HSL 346.55º 0.33% 0.35% -
HSV(B) 346.55º 0.49% 0.46% -
XYZ 10.29 7.56 7.22 -
YUV 78.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 118 60 73 0 0.49 0.38 0.54 346.55 0.33 0.35
Hex 76 3C 49 0 31 26 36 15B 21 23
Octal 166 74 111 0 61 46 66 533 41 43
Binary 1110110 111100 1001001 0 110001 100110 110110 101011011 100001 100011

Color Harmonies of #763C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C49

Black with #763C49

Text Example


Text Example

White with #763C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C49; }

 p { color: rgb(118,60,73); }

 H1.HeaderClassName
 {
   color: #763C49;
 }
 .AnyTagClassName
 {
   color: #763C49;
 }
</style>

background-color css

<style>
 a { background-color: #763C49; }

 a { background-color: rgb(118,60,73); }

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

border-color css

<style>
 span { border-color: #763C49; }

 span { border-color: rgb(118,60,73); }

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