Html Css Color HEX #773844 Camelot

📋 copy color: '#773844'

red 119 ◦ green 56 ◦ blue 68

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

Shades of Camelot #773844

Tints of Camelot #773844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

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

R = 48.97%
G = 23.05%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#773844 (or 0x773844) is known color: Camelot. HEX triplet: 77, 38 and 44. RGB value is (119,56,68). Sum of RGB (Red+Green+Blue) = 119+56+68=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773844 is #88C7BB. Grayscale: #4C4C4C. Windows color (decimal): -8964028 or 4470903. OLE color: 4470903.

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

Color convert

RGB 119 56 68 -
CMYK 0 0.53 0.43 0.53
HSL 348.57º 0.36% 0.34% -
HSV(B) 348.57º 0.53% 0.47% -
XYZ 10.07 7.17 6.32 -
YUV 76.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 119 56 68 0 0.53 0.43 0.53 348.57 0.36 0.34
Hex 77 38 44 0 35 2B 35 15D 24 22
Octal 167 70 104 0 65 53 65 535 44 42
Binary 1110111 111000 1000100 0 110101 101011 110101 101011101 100100 100010

Color Harmonies of #773844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773844

Black with #773844

Text Example


Text Example

White with #773844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773844; }

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

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

background-color css

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

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

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

border-color css

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

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

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