Html Css Color HEX #763648 Camelot

📋 copy color: '#763648'

red 118 ◦ green 54 ◦ blue 72

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

Shades of Camelot #763648

Tints of Camelot #763648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 48.36%
G = 22.13%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#763648 (or 0x763648) is known color: Camelot. HEX triplet: 76, 36 and 48. RGB value is (118,54,72). Sum of RGB (Red+Green+Blue) = 118+54+72=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #763648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763648 is #89C9B7. Grayscale: #4B4B4B. Windows color (decimal): -9030072 or 4732534. OLE color: 4732534.

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

Color convert

RGB 118 54 72 -
CMYK 0 0.54 0.39 0.54
HSL 343.13º 0.37% 0.34% -
HSV(B) 343.13º 0.54% 0.46% -
XYZ 9.96 6.96 6.95 -
YUV 75.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 118 54 72 0 0.54 0.39 0.54 343.13 0.37 0.34
Hex 76 36 48 0 36 27 36 157 25 22
Octal 166 66 110 0 66 47 66 527 45 42
Binary 1110110 110110 1001000 0 110110 100111 110110 101010111 100101 100010

Color Harmonies of #763648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763648

Black with #763648

Text Example


Text Example

White with #763648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763648; }

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

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

background-color css

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

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

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

border-color css

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

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

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