Html Css Color HEX #763C4E Camelot

📋 copy color: '#763C4E'

red 118 ◦ green 60 ◦ blue 78

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

Shades of Camelot #763C4E

Tints of Camelot #763C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 46.09%
G = 23.44%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#763C4E (or 0x763C4E) is known color: Camelot. HEX triplet: 76, 3C and 4E. RGB value is (118,60,78). Sum of RGB (Red+Green+Blue) = 118+60+78=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #763C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C4E is #89C3B1. Grayscale: #4F4F4F. Windows color (decimal): -9028530 or 5127286. OLE color: 5127286.

HSL color Cylindrical-coordinate representation of color #763C4E: hue angle of 341.38º 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 #763C4E is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 78 -
CMYK 0 0.49 0.34 0.54
HSL 341.38º 0.33% 0.35% -
HSV(B) 341.38º 0.49% 0.46% -
XYZ 10.46 7.63 8.13 -
YUV 79.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 118 60 78 0 0.49 0.34 0.54 341.38 0.33 0.35
Hex 76 3C 4E 0 31 22 36 155 21 23
Octal 166 74 116 0 61 42 66 525 41 43
Binary 1110110 111100 1001110 0 110001 100010 110110 101010101 100001 100011

Color Harmonies of #763C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C4E

Black with #763C4E

Text Example


Text Example

White with #763C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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