Html Css Color HEX #763849 Camelot

📋 copy color: '#763849'

red 118 ◦ green 56 ◦ blue 73

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

Shades of Camelot #763849

Tints of Camelot #763849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 47.77%
G = 22.67%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#763849 (or 0x763849) is known color: Camelot. HEX triplet: 76, 38 and 49. RGB value is (118,56,73). Sum of RGB (Red+Green+Blue) = 118+56+73=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #763849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763849 is #89C7B6. Grayscale: #4C4C4C. Windows color (decimal): -9029559 or 4798582. OLE color: 4798582.

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

Color convert

RGB 118 56 73 -
CMYK 0 0.53 0.38 0.54
HSL 343.55º 0.36% 0.34% -
HSV(B) 343.55º 0.53% 0.46% -
XYZ 10.09 7.16 7.15 -
YUV 76.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 118 56 73 0 0.53 0.38 0.54 343.55 0.36 0.34
Hex 76 38 49 0 35 26 36 158 24 22
Octal 166 70 111 0 65 46 66 530 44 42
Binary 1110110 111000 1001001 0 110101 100110 110110 101011000 100100 100010

Color Harmonies of #763849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763849

Black with #763849

Text Example


Text Example

White with #763849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763849; }

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

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

background-color css

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

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

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

border-color css

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

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

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