Html Css Color HEX #763446 Camelot

📋 copy color: '#763446'

red 118 ◦ green 52 ◦ blue 70

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

Shades of Camelot #763446

Tints of Camelot #763446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 49.17%
G = 21.67%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#763446 (or 0x763446) is known color: Camelot. HEX triplet: 76, 34 and 46. RGB value is (118,52,70). Sum of RGB (Red+Green+Blue) = 118+52+70=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763446 is #89CBB9. Grayscale: #494949. Windows color (decimal): -9030586 or 4600950. OLE color: 4600950.

HSL color Cylindrical-coordinate representation of color #763446: hue angle of 343.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763446 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 70 -
CMYK 0 0.56 0.41 0.54
HSL 343.64º 0.39% 0.33% -
HSV(B) 343.64º 0.56% 0.46% -
XYZ 9.8 6.75 6.58 -
YUV 73.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 118 52 70 0 0.56 0.41 0.54 343.64 0.39 0.33
Hex 76 34 46 0 38 29 36 158 27 21
Octal 166 64 106 0 70 51 66 530 47 41
Binary 1110110 110100 1000110 0 111000 101001 110110 101011000 100111 100001

Color Harmonies of #763446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763446

Black with #763446

Text Example


Text Example

White with #763446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763446; }

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

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

background-color css

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

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

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

border-color css

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

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

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