Html Css Color HEX #763B48 Camelot

📋 copy color: '#763B48'

red 118 ◦ green 59 ◦ blue 72

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

Shades of Camelot #763B48

Tints of Camelot #763B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

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

R = 47.39%
G = 23.69%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#763B48 (or 0x763B48) is known color: Camelot. HEX triplet: 76, 3B and 48. RGB value is (118,59,72). Sum of RGB (Red+Green+Blue) = 118+59+72=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #763B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B48 is #89C4B7. Grayscale: #4E4E4E. Windows color (decimal): -9028792 or 4733814. OLE color: 4733814.

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

Color convert

RGB 118 59 72 -
CMYK 0 0.50 0.39 0.54
HSL 346.78º 0.33% 0.35% -
HSV(B) 346.78º 0.5% 0.46% -
XYZ 10.2 7.45 7.03 -
YUV 78.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 118 59 72 0 0.50 0.39 0.54 346.78 0.33 0.35
Hex 76 3B 48 0 32 27 36 15B 21 23
Octal 166 73 110 0 62 47 66 533 41 43
Binary 1110110 111011 1001000 0 110010 100111 110110 101011011 100001 100011

Color Harmonies of #763B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B48

Black with #763B48

Text Example


Text Example

White with #763B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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