Html Css Color HEX #844657 Camelot

📋 copy color: '#844657'

red 132 ◦ green 70 ◦ blue 87

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

Shades of Camelot #844657

Tints of Camelot #844657

RGB

 RED value IS 132 (51.95% from 255) = 45.67%

 GREEN value IS 70 (27.73% from 255) = 24.22%

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

R = 45.67%
G = 24.22%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#844657 (or 0x844657) is known color: Camelot. HEX triplet: 84, 46 and 57. RGB value is (132,70,87). Sum of RGB (Red+Green+Blue) = 132+70+87=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #844657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844657 is #7BB9A8. Grayscale: #5A5A5A. Windows color (decimal): -8108457 or 5719684. OLE color: 5719684.

HSL color Cylindrical-coordinate representation of color #844657: hue angle of 343.55º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844657 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 87 -
CMYK 0 0.47 0.34 0.48
HSL 343.55º 0.31% 0.4% -
HSV(B) 343.55º 0.47% 0.52% -
XYZ 13.43 9.97 10.23 -
YUV 90.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 132 70 87 0 0.47 0.34 0.48 343.55 0.31 0.4
Hex 84 46 57 0 2F 22 30 158 1F 28
Octal 204 106 127 0 57 42 60 530 37 50
Binary 10000100 1000110 1010111 0 101111 100010 110000 101011000 11111 101000

Color Harmonies of #844657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844657

Black with #844657

Text Example


Text Example

White with #844657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844657; }

 p { color: rgb(132,70,87); }

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

background-color css

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

 a { background-color: rgb(132,70,87); }

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

border-color css

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

 span { border-color: rgb(132,70,87); }

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