Html Css Color HEX #874657 Camelot

📋 copy color: '#874657'

red 135 ◦ green 70 ◦ blue 87

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

Shades of Camelot #874657

Tints of Camelot #874657

RGB

 RED value IS 135 (53.13% from 255) = 46.23%

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

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

R = 46.23%
G = 23.97%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#874657 (or 0x874657) is known color: Camelot. HEX triplet: 87, 46 and 57. RGB value is (135,70,87). Sum of RGB (Red+Green+Blue) = 135+70+87=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #874657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874657 is #78B9A8. Grayscale: #5B5B5B. Windows color (decimal): -7911849 or 5719687. OLE color: 5719687.

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

Color convert

RGB 135 70 87 -
CMYK 0 0.48 0.36 0.47
HSL 344.31º 0.32% 0.4% -
HSV(B) 344.31º 0.48% 0.53% -
XYZ 13.9 10.22 10.26 -
YUV 91.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 135 70 87 0 0.48 0.36 0.47 344.31 0.32 0.4
Hex 87 46 57 0 30 24 2F 158 20 28
Octal 207 106 127 0 60 44 57 530 40 50
Binary 10000111 1000110 1010111 0 110000 100100 101111 101011000 100000 101000

Color Harmonies of #874657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874657

Black with #874657

Text Example


Text Example

White with #874657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874657; }

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

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

background-color css

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

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

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

border-color css

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

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

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