Html Css Color HEX #763547 Camelot

📋 copy color: '#763547'

red 118 ◦ green 53 ◦ blue 71

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

Shades of Camelot #763547

Tints of Camelot #763547

RGB

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

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

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

R = 48.76%
G = 21.9%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#763547 (or 0x763547) is known color: Camelot. HEX triplet: 76, 35 and 47. RGB value is (118,53,71). Sum of RGB (Red+Green+Blue) = 118+53+71=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #763547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763547 is #89CAB8. Grayscale: #4A4A4A. Windows color (decimal): -9030329 or 4666742. OLE color: 4666742.

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

Color convert

RGB 118 53 71 -
CMYK 0 0.55 0.40 0.54
HSL 343.38º 0.38% 0.34% -
HSV(B) 343.38º 0.55% 0.46% -
XYZ 9.88 6.85 6.76 -
YUV 74.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 118 53 71 0 0.55 0.40 0.54 343.38 0.38 0.34
Hex 76 35 47 0 37 28 36 157 26 22
Octal 166 65 107 0 67 50 66 527 46 42
Binary 1110110 110101 1000111 0 110111 101000 110110 101010111 100110 100010

Color Harmonies of #763547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763547

Black with #763547

Text Example


Text Example

White with #763547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763547; }

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

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

background-color css

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

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

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

border-color css

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

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

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