Html Css Color HEX #763847 Camelot

📋 copy color: '#763847'

red 118 ◦ green 56 ◦ blue 71

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

Shades of Camelot #763847

Tints of Camelot #763847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 48.16%
G = 22.86%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#763847 (or 0x763847) is known color: Camelot. HEX triplet: 76, 38 and 47. RGB value is (118,56,71). Sum of RGB (Red+Green+Blue) = 118+56+71=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #763847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763847 is #89C7B8. Grayscale: #4C4C4C. Windows color (decimal): -9029561 or 4667510. OLE color: 4667510.

HSL color Cylindrical-coordinate representation of color #763847: hue angle of 345.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #763847 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 71 -
CMYK 0 0.53 0.40 0.54
HSL 345.48º 0.36% 0.34% -
HSV(B) 345.48º 0.53% 0.46% -
XYZ 10.02 7.13 6.81 -
YUV 76.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 118 56 71 0 0.53 0.40 0.54 345.48 0.36 0.34
Hex 76 38 47 0 35 28 36 159 24 22
Octal 166 70 107 0 65 50 66 531 44 42
Binary 1110110 111000 1000111 0 110101 101000 110110 101011001 100100 100010

Color Harmonies of #763847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763847

Black with #763847

Text Example


Text Example

White with #763847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763847; }

 p { color: rgb(118,56,71); }

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

background-color css

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

 a { background-color: rgb(118,56,71); }

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

border-color css

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

 span { border-color: rgb(118,56,71); }

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