Html Css Color HEX #763C48 Camelot

📋 copy color: '#763C48'

red 118 ◦ green 60 ◦ blue 72

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

Shades of Camelot #763C48

Tints of Camelot #763C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

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

R = 47.2%
G = 24%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#763C48 (or 0x763C48) is known color: Camelot. HEX triplet: 76, 3C and 48. RGB value is (118,60,72). Sum of RGB (Red+Green+Blue) = 118+60+72=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #763C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C48 is #89C3B7. Grayscale: #4E4E4E. Windows color (decimal): -9028536 or 4734070. OLE color: 4734070.

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

Color convert

RGB 118 60 72 -
CMYK 0 0.49 0.39 0.54
HSL 347.59º 0.33% 0.35% -
HSV(B) 347.59º 0.49% 0.46% -
XYZ 10.26 7.55 7.05 -
YUV 78.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 118 60 72 0 0.49 0.39 0.54 347.59 0.33 0.35
Hex 76 3C 48 0 31 27 36 15C 21 23
Octal 166 74 110 0 61 47 66 534 41 43
Binary 1110110 111100 1001000 0 110001 100111 110110 101011100 100001 100011

Color Harmonies of #763C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C48

Black with #763C48

Text Example


Text Example

White with #763C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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