Html Css Color HEX #763D4A Camelot

📋 copy color: '#763D4A'

red 118 ◦ green 61 ◦ blue 74

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

Shades of Camelot #763D4A

Tints of Camelot #763D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 46.64%
G = 24.11%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#763D4A (or 0x763D4A) is known color: Camelot. HEX triplet: 76, 3D and 4A. RGB value is (118,61,74). Sum of RGB (Red+Green+Blue) = 118+61+74=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #763D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D4A is #89C2B5. Grayscale: #4F4F4F. Windows color (decimal): -9028278 or 4865398. OLE color: 4865398.

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

Color convert

RGB 118 61 74 -
CMYK 0 0.48 0.37 0.54
HSL 346.32º 0.32% 0.35% -
HSV(B) 346.32º 0.48% 0.46% -
XYZ 10.38 7.68 7.41 -
YUV 79.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 118 61 74 0 0.48 0.37 0.54 346.32 0.32 0.35
Hex 76 3D 4A 0 30 25 36 15A 20 23
Octal 166 75 112 0 60 45 66 532 40 43
Binary 1110110 111101 1001010 0 110000 100101 110110 101011010 100000 100011

Color Harmonies of #763D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D4A

Black with #763D4A

Text Example


Text Example

White with #763D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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