Html Css Color HEX #773F49 Camelot

📋 copy color: '#773F49'

red 119 ◦ green 63 ◦ blue 73

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

Shades of Camelot #773F49

Tints of Camelot #773F49

RGB

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

 GREEN value IS 63 (25% from 255) = 24.71%

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

R = 46.67%
G = 24.71%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#773F49 (or 0x773F49) is known color: Camelot. HEX triplet: 77, 3F and 49. RGB value is (119,63,73). Sum of RGB (Red+Green+Blue) = 119+63+73=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F49 is #88C0B6. Grayscale: #505050. Windows color (decimal): -8962231 or 4800375. OLE color: 4800375.

HSL color Cylindrical-coordinate representation of color #773F49: hue angle of 349.29º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F49 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 73 -
CMYK 0 0.47 0.39 0.53
HSL 349.29º 0.31% 0.36% -
HSV(B) 349.29º 0.47% 0.47% -
XYZ 10.59 7.96 7.28 -
YUV 80.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 119 63 73 0 0.47 0.39 0.53 349.29 0.31 0.36
Hex 77 3F 49 0 2F 27 35 15D 1F 24
Octal 167 77 111 0 57 47 65 535 37 44
Binary 1110111 111111 1001001 0 101111 100111 110101 101011101 11111 100100

Color Harmonies of #773F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F49

Black with #773F49

Text Example


Text Example

White with #773F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773F49; }

 p { color: rgb(119,63,73); }

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

background-color css

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

 a { background-color: rgb(119,63,73); }

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

border-color css

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

 span { border-color: rgb(119,63,73); }

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