Html Css Color HEX #763C50 Camelot

📋 copy color: '#763C50'

red 118 ◦ green 60 ◦ blue 80

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

Shades of Camelot #763C50

Tints of Camelot #763C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 45.74%
G = 23.26%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#763C50 (or 0x763C50) is known color: Camelot. HEX triplet: 76, 3C and 50. RGB value is (118,60,80). Sum of RGB (Red+Green+Blue) = 118+60+80=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #763C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C50 is #89C3AF. Grayscale: #4F4F4F. Windows color (decimal): -9028528 or 5258358. OLE color: 5258358.

HSL color Cylindrical-coordinate representation of color #763C50: hue angle of 339.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C50 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 80 -
CMYK 0 0.49 0.32 0.54
HSL 339.31º 0.33% 0.35% -
HSV(B) 339.31º 0.49% 0.46% -
XYZ 10.54 7.66 8.51 -
YUV 79.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 118 60 80 0 0.49 0.32 0.54 339.31 0.33 0.35
Hex 76 3C 50 0 31 20 36 153 21 23
Octal 166 74 120 0 61 40 66 523 41 43
Binary 1110110 111100 1010000 0 110001 100000 110110 101010011 100001 100011

Color Harmonies of #763C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C50

Black with #763C50

Text Example


Text Example

White with #763C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C50; }

 p { color: rgb(118,60,80); }

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

background-color css

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

 a { background-color: rgb(118,60,80); }

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

border-color css

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

 span { border-color: rgb(118,60,80); }

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