Html Css Color HEX #763B4F Camelot

📋 copy color: '#763B4F'

red 118 ◦ green 59 ◦ blue 79

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

Shades of Camelot #763B4F

Tints of Camelot #763B4F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 46.09%
G = 23.05%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#763B4F (or 0x763B4F) is known color: Camelot. HEX triplet: 76, 3B and 4F. RGB value is (118,59,79). Sum of RGB (Red+Green+Blue) = 118+59+79=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #763B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B4F is #89C4B0. Grayscale: #4E4E4E. Windows color (decimal): -9028785 or 5192566. OLE color: 5192566.

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

Color convert

RGB 118 59 79 -
CMYK 0 0.50 0.33 0.54
HSL 339.66º 0.33% 0.35% -
HSV(B) 339.66º 0.5% 0.46% -
XYZ 10.45 7.54 8.3 -
YUV 78.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 118 59 79 0 0.50 0.33 0.54 339.66 0.33 0.35
Hex 76 3B 4F 0 32 21 36 154 21 23
Octal 166 73 117 0 62 41 66 524 41 43
Binary 1110110 111011 1001111 0 110010 100001 110110 101010100 100001 100011

Color Harmonies of #763B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B4F

Black with #763B4F

Text Example


Text Example

White with #763B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,59,79); }

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

background-color css

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

 a { background-color: rgb(118,59,79); }

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

border-color css

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

 span { border-color: rgb(118,59,79); }

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