Html Css Color HEX #763D4C Camelot

📋 copy color: '#763D4C'

red 118 ◦ green 61 ◦ blue 76

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

Shades of Camelot #763D4C

Tints of Camelot #763D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 46.27%
G = 23.92%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#763D4C (or 0x763D4C) is known color: Camelot. HEX triplet: 76, 3D and 4C. RGB value is (118,61,76). Sum of RGB (Red+Green+Blue) = 118+61+76=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D4C is #89C2B3. Grayscale: #4F4F4F. Windows color (decimal): -9028276 or 4996470. OLE color: 4996470.

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

Color convert

RGB 118 61 76 -
CMYK 0 0.48 0.36 0.54
HSL 344.21º 0.32% 0.35% -
HSV(B) 344.21º 0.48% 0.46% -
XYZ 10.44 7.71 7.78 -
YUV 79.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 118 61 76 0 0.48 0.36 0.54 344.21 0.32 0.35
Hex 76 3D 4C 0 30 24 36 158 20 23
Octal 166 75 114 0 60 44 66 530 40 43
Binary 1110110 111101 1001100 0 110000 100100 110110 101011000 100000 100011

Color Harmonies of #763D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D4C

Black with #763D4C

Text Example


Text Example

White with #763D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,76); }

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

background-color css

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

 a { background-color: rgb(118,61,76); }

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

border-color css

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

 span { border-color: rgb(118,61,76); }

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