Html Css Color HEX #763546 Camelot

📋 copy color: '#763546'

red 118 ◦ green 53 ◦ blue 70

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

Shades of Camelot #763546

Tints of Camelot #763546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.05%

R = 48.96%
G = 21.99%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#763546 (or 0x763546) is known color: Camelot. HEX triplet: 76, 35 and 46. RGB value is (118,53,70). Sum of RGB (Red+Green+Blue) = 118+53+70=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763546 is #89CAB9. Grayscale: #4A4A4A. Windows color (decimal): -9030330 or 4601206. OLE color: 4601206.

HSL color Cylindrical-coordinate representation of color #763546: hue angle of 344.31º 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 #763546 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 70 -
CMYK 0 0.55 0.41 0.54
HSL 344.31º 0.38% 0.34% -
HSV(B) 344.31º 0.55% 0.46% -
XYZ 9.85 6.84 6.6 -
YUV 74.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 118 53 70 0 0.55 0.41 0.54 344.31 0.38 0.34
Hex 76 35 46 0 37 29 36 158 26 22
Octal 166 65 106 0 67 51 66 530 46 42
Binary 1110110 110101 1000110 0 110111 101001 110110 101011000 100110 100010

Color Harmonies of #763546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763546

Black with #763546

Text Example


Text Example

White with #763546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763546; }

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

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

background-color css

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

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

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

border-color css

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

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

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