Html Css Color HEX #763B49 Camelot

📋 copy color: '#763B49'

red 118 ◦ green 59 ◦ blue 73

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

Shades of Camelot #763B49

Tints of Camelot #763B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.6%

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

R = 47.2%
G = 23.6%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#763B49 (or 0x763B49) is known color: Camelot. HEX triplet: 76, 3B and 49. RGB value is (118,59,73). Sum of RGB (Red+Green+Blue) = 118+59+73=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #763B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B49 is #89C4B6. Grayscale: #4E4E4E. Windows color (decimal): -9028791 or 4799350. OLE color: 4799350.

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

Color convert

RGB 118 59 73 -
CMYK 0 0.50 0.38 0.54
HSL 345.76º 0.33% 0.35% -
HSV(B) 345.76º 0.5% 0.46% -
XYZ 10.24 7.46 7.2 -
YUV 78.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 118 59 73 0 0.50 0.38 0.54 345.76 0.33 0.35
Hex 76 3B 49 0 32 26 36 15A 21 23
Octal 166 73 111 0 62 46 66 532 41 43
Binary 1110110 111011 1001001 0 110010 100110 110110 101011010 100001 100011

Color Harmonies of #763B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B49

Black with #763B49

Text Example


Text Example

White with #763B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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