Html Css Color HEX #763548 Camelot

📋 copy color: '#763548'

red 118 ◦ green 53 ◦ blue 72

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

Shades of Camelot #763548

Tints of Camelot #763548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 48.56%
G = 21.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#763548 (or 0x763548) is known color: Camelot. HEX triplet: 76, 35 and 48. RGB value is (118,53,72). Sum of RGB (Red+Green+Blue) = 118+53+72=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763548 is #89CAB7. Grayscale: #4A4A4A. Windows color (decimal): -9030328 or 4732278. OLE color: 4732278.

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

Color convert

RGB 118 53 72 -
CMYK 0 0.55 0.39 0.54
HSL 342.46º 0.38% 0.34% -
HSV(B) 342.46º 0.55% 0.46% -
XYZ 9.91 6.87 6.93 -
YUV 74.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 118 53 72 0 0.55 0.39 0.54 342.46 0.38 0.34
Hex 76 35 48 0 37 27 36 156 26 22
Octal 166 65 110 0 67 47 66 526 46 42
Binary 1110110 110101 1001000 0 110111 100111 110110 101010110 100110 100010

Color Harmonies of #763548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763548

Black with #763548

Text Example


Text Example

White with #763548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763548; }

 p { color: rgb(118,53,72); }

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

background-color css

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

 a { background-color: rgb(118,53,72); }

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

border-color css

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

 span { border-color: rgb(118,53,72); }

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