Html Css Color HEX #763646 Camelot

📋 copy color: '#763646'

red 118 ◦ green 54 ◦ blue 70

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

Shades of Camelot #763646

Tints of Camelot #763646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

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

R = 48.76%
G = 22.31%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#763646 (or 0x763646) is known color: Camelot. HEX triplet: 76, 36 and 46. RGB value is (118,54,70). Sum of RGB (Red+Green+Blue) = 118+54+70=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #763646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763646 is #89C9B9. Grayscale: #4A4A4A. Windows color (decimal): -9030074 or 4601462. OLE color: 4601462.

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

Color convert

RGB 118 54 70 -
CMYK 0 0.54 0.41 0.54
HSL 345º 0.37% 0.34% -
HSV(B) 345º 0.54% 0.46% -
XYZ 9.9 6.93 6.61 -
YUV 74.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 118 54 70 0 0.54 0.41 0.54 345 0.37 0.34
Hex 76 36 46 0 36 29 36 159 25 22
Octal 166 66 106 0 66 51 66 531 45 42
Binary 1110110 110110 1000110 0 110110 101001 110110 101011001 100101 100010

Color Harmonies of #763646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763646

Black with #763646

Text Example


Text Example

White with #763646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763646; }

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

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

background-color css

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

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

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

border-color css

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

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

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