Html Css Color HEX #773543 Camelot

📋 copy color: '#773543'

red 119 ◦ green 53 ◦ blue 67

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

Shades of Camelot #773543

Tints of Camelot #773543

RGB

 RED value IS 119 (46.88% from 255) = 49.79%

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

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

R = 49.79%
G = 22.18%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#773543 (or 0x773543) is known color: Camelot. HEX triplet: 77, 35 and 43. RGB value is (119,53,67). Sum of RGB (Red+Green+Blue) = 119+53+67=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773543 is #88CABC. Grayscale: #4A4A4A. Windows color (decimal): -8964797 or 4404599. OLE color: 4404599.

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

Color convert

RGB 119 53 67 -
CMYK 0 0.55 0.44 0.53
HSL 347.27º 0.38% 0.34% -
HSV(B) 347.27º 0.55% 0.47% -
XYZ 9.89 6.87 6.12 -
YUV 74.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 119 53 67 0 0.55 0.44 0.53 347.27 0.38 0.34
Hex 77 35 43 0 37 2C 35 15B 26 22
Octal 167 65 103 0 67 54 65 533 46 42
Binary 1110111 110101 1000011 0 110111 101100 110101 101011011 100110 100010

Color Harmonies of #773543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773543

Black with #773543

Text Example


Text Example

White with #773543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773543; }

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

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

background-color css

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

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

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

border-color css

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

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

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