Html Css Color HEX #804757 Camelot

📋 copy color: '#804757'

red 128 ◦ green 71 ◦ blue 87

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

Shades of Camelot #804757

Tints of Camelot #804757

RGB

 RED value IS 128 (50.39% from 255) = 44.76%

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 87 (34.38% from 255) = 30.42%

R = 44.76%
G = 24.83%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#804757 (or 0x804757) is known color: Camelot. HEX triplet: 80, 47 and 57. RGB value is (128,71,87). Sum of RGB (Red+Green+Blue) = 128+71+87=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #804757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804757 is #7FB8A8. Grayscale: #595959. Windows color (decimal): -8370345 or 5719936. OLE color: 5719936.

HSL color Cylindrical-coordinate representation of color #804757: hue angle of 343.16º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804757 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 87 -
CMYK 0 0.45 0.32 0.50
HSL 343.16º 0.29% 0.39% -
HSV(B) 343.16º 0.45% 0.5% -
XYZ 12.88 9.78 10.23 -
YUV 89.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 128 71 87 0 0.45 0.32 0.50 343.16 0.29 0.39
Hex 80 47 57 0 2D 20 32 157 1D 27
Octal 200 107 127 0 55 40 62 527 35 47
Binary 10000000 1000111 1010111 0 101101 100000 110010 101010111 11101 100111

Color Harmonies of #804757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804757

Black with #804757

Text Example


Text Example

White with #804757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804757; }

 p { color: rgb(128,71,87); }

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

background-color css

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

 a { background-color: rgb(128,71,87); }

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

border-color css

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

 span { border-color: rgb(128,71,87); }

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