Html Css Color HEX #763244 Camelot

📋 copy color: '#763244'

red 118 ◦ green 50 ◦ blue 68

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

Shades of Camelot #763244

Tints of Camelot #763244

RGB

 RED value IS 118 (46.48% from 255) = 50%

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

 BLUE value IS 68 (26.95% from 255) = 28.81%

R = 50%
G = 21.19%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763244 (or 0x763244) is known color: Camelot. HEX triplet: 76, 32 and 44. RGB value is (118,50,68). Sum of RGB (Red+Green+Blue) = 118+50+68=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763244 is #89CDBB. Grayscale: #484848. Windows color (decimal): -9031100 or 4469366. OLE color: 4469366.

HSL color Cylindrical-coordinate representation of color #763244: hue angle of 344.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763244 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 68 -
CMYK 0 0.58 0.42 0.54
HSL 344.12º 0.4% 0.33% -
HSV(B) 344.12º 0.58% 0.46% -
XYZ 9.66 6.55 6.22 -
YUV 72.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 118 50 68 0 0.58 0.42 0.54 344.12 0.4 0.33
Hex 76 32 44 0 3A 2A 36 158 28 21
Octal 166 62 104 0 72 52 66 530 50 41
Binary 1110110 110010 1000100 0 111010 101010 110110 101011000 101000 100001

Color Harmonies of #763244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763244

Black with #763244

Text Example


Text Example

White with #763244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763244; }

 p { color: rgb(118,50,68); }

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

background-color css

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

 a { background-color: rgb(118,50,68); }

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

border-color css

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

 span { border-color: rgb(118,50,68); }

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