Html Css Color HEX #773142 Camelot

📋 copy color: '#773142'

red 119 ◦ green 49 ◦ blue 66

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

Shades of Camelot #773142

Tints of Camelot #773142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

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

R = 50.85%
G = 20.94%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773142 (or 0x773142) is known color: Camelot. HEX triplet: 77, 31 and 42. RGB value is (119,49,66). Sum of RGB (Red+Green+Blue) = 119+49+66=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #773142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773142 is #88CEBD. Grayscale: #474747. Windows color (decimal): -8965822 or 4338039. OLE color: 4338039.

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

Color convert

RGB 119 49 66 -
CMYK 0 0.59 0.45 0.53
HSL 345.43º 0.42% 0.33% -
HSV(B) 345.43º 0.59% 0.47% -
XYZ 9.69 6.51 5.9 -
YUV 71.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 119 49 66 0 0.59 0.45 0.53 345.43 0.42 0.33
Hex 77 31 42 0 3B 2D 35 159 2A 21
Octal 167 61 102 0 73 55 65 531 52 41
Binary 1110111 110001 1000010 0 111011 101101 110101 101011001 101010 100001

Color Harmonies of #773142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773142

Black with #773142

Text Example


Text Example

White with #773142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773142; }

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

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

background-color css

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

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

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

border-color css

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

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

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