Html Css Color HEX #773448 Camelot

📋 copy color: '#773448'

red 119 ◦ green 52 ◦ blue 72

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

Shades of Camelot #773448

Tints of Camelot #773448

RGB

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

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

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

R = 48.97%
G = 21.4%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#773448 (or 0x773448) is known color: Camelot. HEX triplet: 77, 34 and 48. RGB value is (119,52,72). Sum of RGB (Red+Green+Blue) = 119+52+72=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773448 is #88CBB7. Grayscale: #4A4A4A. Windows color (decimal): -8965048 or 4732023. OLE color: 4732023.

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

Color convert

RGB 119 52 72 -
CMYK 0 0.56 0.39 0.53
HSL 342.09º 0.39% 0.34% -
HSV(B) 342.09º 0.56% 0.47% -
XYZ 10.01 6.85 6.92 -
YUV 74.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 119 52 72 0 0.56 0.39 0.53 342.09 0.39 0.34
Hex 77 34 48 0 38 27 35 156 27 22
Octal 167 64 110 0 70 47 65 526 47 42
Binary 1110111 110100 1001000 0 111000 100111 110101 101010110 100111 100010

Color Harmonies of #773448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773448

Black with #773448

Text Example


Text Example

White with #773448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773448; }

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

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

background-color css

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

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

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

border-color css

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

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

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