Html Css Color HEX #763245 Camelot

📋 copy color: '#763245'

red 118 ◦ green 50 ◦ blue 69

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

Shades of Camelot #763245

Tints of Camelot #763245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 49.79%
G = 21.1%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763245 (or 0x763245) is known color: Camelot. HEX triplet: 76, 32 and 45. RGB value is (118,50,69). Sum of RGB (Red+Green+Blue) = 118+50+69=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763245 is #89CDBA. Grayscale: #484848. Windows color (decimal): -9031099 or 4534902. OLE color: 4534902.

HSL color Cylindrical-coordinate representation of color #763245: hue angle of 343.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763245 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 69 -
CMYK 0 0.58 0.42 0.54
HSL 343.24º 0.4% 0.33% -
HSV(B) 343.24º 0.58% 0.46% -
XYZ 9.69 6.56 6.39 -
YUV 72.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 118 50 69 0 0.58 0.42 0.54 343.24 0.4 0.33
Hex 76 32 45 0 3A 2A 36 157 28 21
Octal 166 62 105 0 72 52 66 527 50 41
Binary 1110110 110010 1000101 0 111010 101010 110110 101010111 101000 100001

Color Harmonies of #763245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763245

Black with #763245

Text Example


Text Example

White with #763245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763245; }

 p { color: rgb(118,50,69); }

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

background-color css

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

 a { background-color: rgb(118,50,69); }

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

border-color css

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

 span { border-color: rgb(118,50,69); }

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