Html Css Color HEX #773744 Camelot

📋 copy color: '#773744'

red 119 ◦ green 55 ◦ blue 68

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

Shades of Camelot #773744

Tints of Camelot #773744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

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

R = 49.17%
G = 22.73%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#773744 (or 0x773744) is known color: Camelot. HEX triplet: 77, 37 and 44. RGB value is (119,55,68). Sum of RGB (Red+Green+Blue) = 119+55+68=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #773744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773744 is #88C8BB. Grayscale: #4B4B4B. Windows color (decimal): -8964284 or 4470647. OLE color: 4470647.

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

Color convert

RGB 119 55 68 -
CMYK 0 0.54 0.43 0.53
HSL 347.81º 0.37% 0.34% -
HSV(B) 347.81º 0.54% 0.47% -
XYZ 10.02 7.07 6.31 -
YUV 75.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 119 55 68 0 0.54 0.43 0.53 347.81 0.37 0.34
Hex 77 37 44 0 36 2B 35 15C 25 22
Octal 167 67 104 0 66 53 65 534 45 42
Binary 1110111 110111 1000100 0 110110 101011 110101 101011100 100101 100010

Color Harmonies of #773744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773744

Black with #773744

Text Example


Text Example

White with #773744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773744; }

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

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

background-color css

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

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

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

border-color css

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

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

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