Html Css Color HEX #764550 Camelot

📋 copy color: '#764550'

red 118 ◦ green 69 ◦ blue 80

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

Shades of Camelot #764550

Tints of Camelot #764550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 44.19%
G = 25.84%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#764550 (or 0x764550) is known color: Camelot. HEX triplet: 76, 45 and 50. RGB value is (118,69,80). Sum of RGB (Red+Green+Blue) = 118+69+80=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764550 is #89BAAF. Grayscale: #545454. Windows color (decimal): -9026224 or 5260662. OLE color: 5260662.

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

Color convert

RGB 118 69 80 -
CMYK 0 0.42 0.32 0.54
HSL 346.53º 0.26% 0.37% -
HSV(B) 346.53º 0.42% 0.46% -
XYZ 11.05 8.69 8.68 -
YUV 84.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 118 69 80 0 0.42 0.32 0.54 346.53 0.26 0.37
Hex 76 45 50 0 2A 20 36 15B 1A 25
Octal 166 105 120 0 52 40 66 533 32 45
Binary 1110110 1000101 1010000 0 101010 100000 110110 101011011 11010 100101

Color Harmonies of #764550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764550

Black with #764550

Text Example


Text Example

White with #764550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764550; }

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

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

background-color css

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

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

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

border-color css

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

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

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