Html Css Color HEX #763C46 Camelot

📋 copy color: '#763C46'

red 118 ◦ green 60 ◦ blue 70

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

Shades of Camelot #763C46

Tints of Camelot #763C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 47.58%
G = 24.19%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#763C46 (or 0x763C46) is known color: Camelot. HEX triplet: 76, 3C and 46. RGB value is (118,60,70). Sum of RGB (Red+Green+Blue) = 118+60+70=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #763C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C46 is #89C3B9. Grayscale: #4E4E4E. Windows color (decimal): -9028538 or 4602998. OLE color: 4602998.

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

Color convert

RGB 118 60 70 -
CMYK 0 0.49 0.41 0.54
HSL 349.66º 0.33% 0.35% -
HSV(B) 349.66º 0.49% 0.46% -
XYZ 10.19 7.53 6.71 -
YUV 78.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 118 60 70 0 0.49 0.41 0.54 349.66 0.33 0.35
Hex 76 3C 46 0 31 29 36 15E 21 23
Octal 166 74 106 0 61 51 66 536 41 43
Binary 1110110 111100 1000110 0 110001 101001 110110 101011110 100001 100011

Color Harmonies of #763C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C46

Black with #763C46

Text Example


Text Example

White with #763C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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