Html Css Color HEX #763E4D Camelot

📋 copy color: '#763E4D'

red 118 ◦ green 62 ◦ blue 77

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

Shades of Camelot #763E4D

Tints of Camelot #763E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 45.91%
G = 24.12%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#763E4D (or 0x763E4D) is known color: Camelot. HEX triplet: 76, 3E and 4D. RGB value is (118,62,77). Sum of RGB (Red+Green+Blue) = 118+62+77=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E4D is #89C1B2. Grayscale: #505050. Windows color (decimal): -9028019 or 5062262. OLE color: 5062262.

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

Color convert

RGB 118 62 77 -
CMYK 0 0.47 0.35 0.54
HSL 343.93º 0.31% 0.35% -
HSV(B) 343.93º 0.47% 0.46% -
XYZ 10.53 7.83 7.98 -
YUV 80.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 118 62 77 0 0.47 0.35 0.54 343.93 0.31 0.35
Hex 76 3E 4D 0 2F 23 36 158 1F 23
Octal 166 76 115 0 57 43 66 530 37 43
Binary 1110110 111110 1001101 0 101111 100011 110110 101011000 11111 100011

Color Harmonies of #763E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E4D

Black with #763E4D

Text Example


Text Example

White with #763E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,77); }

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

background-color css

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

 a { background-color: rgb(118,62,77); }

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

border-color css

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

 span { border-color: rgb(118,62,77); }

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