Html Css Color HEX #773547 Camelot

📋 copy color: '#773547'

red 119 ◦ green 53 ◦ blue 71

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

Shades of Camelot #773547

Tints of Camelot #773547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.22%

R = 48.97%
G = 21.81%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#773547 (or 0x773547) is known color: Camelot. HEX triplet: 77, 35 and 47. RGB value is (119,53,71). Sum of RGB (Red+Green+Blue) = 119+53+71=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773547 is #88CAB8. Grayscale: #4A4A4A. Windows color (decimal): -8964793 or 4666743. OLE color: 4666743.

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

Color convert

RGB 119 53 71 -
CMYK 0 0.55 0.40 0.53
HSL 343.64º 0.38% 0.34% -
HSV(B) 343.64º 0.55% 0.47% -
XYZ 10.02 6.92 6.77 -
YUV 74.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 119 53 71 0 0.55 0.40 0.53 343.64 0.38 0.34
Hex 77 35 47 0 37 28 35 158 26 22
Octal 167 65 107 0 67 50 65 530 46 42
Binary 1110111 110101 1000111 0 110111 101000 110101 101011000 100110 100010

Color Harmonies of #773547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773547

Black with #773547

Text Example


Text Example

White with #773547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773547; }

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

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

background-color css

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

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

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

border-color css

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

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

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