Html Css Color HEX #763543 Camelot

📋 copy color: '#763543'

red 118 ◦ green 53 ◦ blue 67

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

Shades of Camelot #763543

Tints of Camelot #763543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.15%

R = 49.58%
G = 22.27%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#763543 (or 0x763543) is known color: Camelot. HEX triplet: 76, 35 and 43. RGB value is (118,53,67). Sum of RGB (Red+Green+Blue) = 118+53+67=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763543 is #89CABC. Grayscale: #4A4A4A. Windows color (decimal): -9030333 or 4404598. OLE color: 4404598.

HSL color Cylindrical-coordinate representation of color #763543: hue angle of 347.08º 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 #763543 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 67 -
CMYK 0 0.55 0.43 0.54
HSL 347.08º 0.38% 0.34% -
HSV(B) 347.08º 0.55% 0.46% -
XYZ 9.76 6.8 6.11 -
YUV 74.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 118 53 67 0 0.55 0.43 0.54 347.08 0.38 0.34
Hex 76 35 43 0 37 2B 36 15B 26 22
Octal 166 65 103 0 67 53 66 533 46 42
Binary 1110110 110101 1000011 0 110111 101011 110110 101011011 100110 100010

Color Harmonies of #763543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763543

Black with #763543

Text Example


Text Example

White with #763543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763543; }

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

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

background-color css

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

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

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

border-color css

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

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

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