Html Css Color HEX #763544 Camelot

📋 copy color: '#763544'

red 118 ◦ green 53 ◦ blue 68

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

Shades of Camelot #763544

Tints of Camelot #763544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 68 (26.95% from 255) = 28.45%

R = 49.37%
G = 22.18%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763544 (or 0x763544) is known color: Camelot. HEX triplet: 76, 35 and 44. RGB value is (118,53,68). Sum of RGB (Red+Green+Blue) = 118+53+68=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763544 is #89CABB. Grayscale: #4A4A4A. Windows color (decimal): -9030332 or 4470134. OLE color: 4470134.

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

Color convert

RGB 118 53 68 -
CMYK 0 0.55 0.42 0.54
HSL 346.15º 0.38% 0.34% -
HSV(B) 346.15º 0.55% 0.46% -
XYZ 9.79 6.82 6.27 -
YUV 74.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 118 53 68 0 0.55 0.42 0.54 346.15 0.38 0.34
Hex 76 35 44 0 37 2A 36 15A 26 22
Octal 166 65 104 0 67 52 66 532 46 42
Binary 1110110 110101 1000100 0 110111 101010 110110 101011010 100110 100010

Color Harmonies of #763544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763544

Black with #763544

Text Example


Text Example

White with #763544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763544; }

 p { color: rgb(118,53,68); }

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

background-color css

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

 a { background-color: rgb(118,53,68); }

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

border-color css

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

 span { border-color: rgb(118,53,68); }

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