Html Css Color HEX #773444 Camelot

📋 copy color: '#773444'

red 119 ◦ green 52 ◦ blue 68

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

Shades of Camelot #773444

Tints of Camelot #773444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 68 (26.95% from 255) = 28.45%

R = 49.79%
G = 21.76%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#773444 (or 0x773444) is known color: Camelot. HEX triplet: 77, 34 and 44. RGB value is (119,52,68). Sum of RGB (Red+Green+Blue) = 119+52+68=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773444 is #88CBBB. Grayscale: #494949. Windows color (decimal): -8965052 or 4469879. OLE color: 4469879.

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

Color convert

RGB 119 52 68 -
CMYK 0 0.56 0.43 0.53
HSL 345.67º 0.39% 0.34% -
HSV(B) 345.67º 0.56% 0.47% -
XYZ 9.88 6.8 6.26 -
YUV 73.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 119 52 68 0 0.56 0.43 0.53 345.67 0.39 0.34
Hex 77 34 44 0 38 2B 35 15A 27 22
Octal 167 64 104 0 70 53 65 532 47 42
Binary 1110111 110100 1000100 0 111000 101011 110101 101011010 100111 100010

Color Harmonies of #773444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773444

Black with #773444

Text Example


Text Example

White with #773444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773444; }

 p { color: rgb(119,52,68); }

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

background-color css

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

 a { background-color: rgb(119,52,68); }

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

border-color css

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

 span { border-color: rgb(119,52,68); }

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