Html Css Color HEX #763F49 Camelot

📋 copy color: '#763F49'

red 118 ◦ green 63 ◦ blue 73

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

Shades of Camelot #763F49

Tints of Camelot #763F49

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 46.46%
G = 24.8%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#763F49 (or 0x763F49) is known color: Camelot. HEX triplet: 76, 3F and 49. RGB value is (118,63,73). Sum of RGB (Red+Green+Blue) = 118+63+73=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F49 is #89C0B6. Grayscale: #505050. Windows color (decimal): -9027767 or 4800374. OLE color: 4800374.

HSL color Cylindrical-coordinate representation of color #763F49: hue angle of 349.09º degrees, saturation: 0.3, 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 #763F49 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 73 -
CMYK 0 0.47 0.38 0.54
HSL 349.09º 0.3% 0.35% -
HSV(B) 349.09º 0.47% 0.46% -
XYZ 10.45 7.89 7.27 -
YUV 80.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 118 63 73 0 0.47 0.38 0.54 349.09 0.3 0.35
Hex 76 3F 49 0 2F 26 36 15D 1E 23
Octal 166 77 111 0 57 46 66 535 36 43
Binary 1110110 111111 1001001 0 101111 100110 110110 101011101 11110 100011

Color Harmonies of #763F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F49

Black with #763F49

Text Example


Text Example

White with #763F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,63,73); }

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

background-color css

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

 a { background-color: rgb(118,63,73); }

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

border-color css

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

 span { border-color: rgb(118,63,73); }

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