Html Css Color HEX #773243 Camelot

📋 copy color: '#773243'

red 119 ◦ green 50 ◦ blue 67

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

Shades of Camelot #773243

Tints of Camelot #773243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 67 (26.56% from 255) = 28.39%

R = 50.42%
G = 21.19%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#773243 (or 0x773243) is known color: Camelot. HEX triplet: 77, 32 and 43. RGB value is (119,50,67). Sum of RGB (Red+Green+Blue) = 119+50+67=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773243 is #88CDBC. Grayscale: #484848. Windows color (decimal): -8965565 or 4403831. OLE color: 4403831.

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

Color convert

RGB 119 50 67 -
CMYK 0 0.58 0.44 0.53
HSL 345.22º 0.41% 0.33% -
HSV(B) 345.22º 0.58% 0.47% -
XYZ 9.76 6.61 6.07 -
YUV 72.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 119 50 67 0 0.58 0.44 0.53 345.22 0.41 0.33
Hex 77 32 43 0 3A 2C 35 159 29 21
Octal 167 62 103 0 72 54 65 531 51 41
Binary 1110111 110010 1000011 0 111010 101100 110101 101011001 101001 100001

Color Harmonies of #773243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773243

Black with #773243

Text Example


Text Example

White with #773243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773243; }

 p { color: rgb(119,50,67); }

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

background-color css

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

 a { background-color: rgb(119,50,67); }

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

border-color css

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

 span { border-color: rgb(119,50,67); }

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