Html Css Color HEX #773748 Camelot

📋 copy color: '#773748'

red 119 ◦ green 55 ◦ blue 72

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

Shades of Camelot #773748

Tints of Camelot #773748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 48.37%
G = 22.36%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#773748 (or 0x773748) is known color: Camelot. HEX triplet: 77, 37 and 48. RGB value is (119,55,72). Sum of RGB (Red+Green+Blue) = 119+55+72=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #773748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773748 is #88C8B7. Grayscale: #4C4C4C. Windows color (decimal): -8964280 or 4732791. OLE color: 4732791.

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

Color convert

RGB 119 55 72 -
CMYK 0 0.54 0.39 0.53
HSL 344.06º 0.37% 0.34% -
HSV(B) 344.06º 0.54% 0.47% -
XYZ 10.14 7.12 6.97 -
YUV 76.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 119 55 72 0 0.54 0.39 0.53 344.06 0.37 0.34
Hex 77 37 48 0 36 27 35 158 25 22
Octal 167 67 110 0 66 47 65 530 45 42
Binary 1110111 110111 1001000 0 110110 100111 110101 101011000 100101 100010

Color Harmonies of #773748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773748

Black with #773748

Text Example


Text Example

White with #773748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773748; }

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

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

background-color css

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

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

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

border-color css

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

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

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