Html Css Color HEX #773042 Camelot

📋 copy color: '#773042'

red 119 ◦ green 48 ◦ blue 66

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

Shades of Camelot #773042

Tints of Camelot #773042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 51.07%
G = 20.6%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773042 (or 0x773042) is known color: Camelot. HEX triplet: 77, 30 and 42. RGB value is (119,48,66). Sum of RGB (Red+Green+Blue) = 119+48+66=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773042 is #88CFBD. Grayscale: #474747. Windows color (decimal): -8966078 or 4337783. OLE color: 4337783.

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

Color convert

RGB 119 48 66 -
CMYK 0 0.60 0.45 0.53
HSL 344.79º 0.43% 0.33% -
HSV(B) 344.79º 0.6% 0.47% -
XYZ 9.65 6.43 5.89 -
YUV 71.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 119 48 66 0 0.60 0.45 0.53 344.79 0.43 0.33
Hex 77 30 42 0 3C 2D 35 159 2B 21
Octal 167 60 102 0 74 55 65 531 53 41
Binary 1110111 110000 1000010 0 111100 101101 110101 101011001 101011 100001

Color Harmonies of #773042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773042

Black with #773042

Text Example


Text Example

White with #773042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773042; }

 p { color: rgb(119,48,66); }

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

background-color css

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

 a { background-color: rgb(119,48,66); }

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

border-color css

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

 span { border-color: rgb(119,48,66); }

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