Html Css Color HEX #874457 Camelot

📋 copy color: '#874457'

red 135 ◦ green 68 ◦ blue 87

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

Shades of Camelot #874457

Tints of Camelot #874457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

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

R = 46.55%
G = 23.45%
B = 30%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#874457 (or 0x874457) is known color: Camelot. HEX triplet: 87, 44 and 57. RGB value is (135,68,87). Sum of RGB (Red+Green+Blue) = 135+68+87=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874457 is #78BBA8. Grayscale: #5A5A5A. Windows color (decimal): -7912361 or 5719175. OLE color: 5719175.

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

Color convert

RGB 135 68 87 -
CMYK 0 0.50 0.36 0.47
HSL 342.99º 0.33% 0.4% -
HSV(B) 342.99º 0.5% 0.53% -
XYZ 13.78 9.97 10.22 -
YUV 90.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 135 68 87 0 0.50 0.36 0.47 342.99 0.33 0.4
Hex 87 44 57 0 32 24 2F 157 21 28
Octal 207 104 127 0 62 44 57 527 41 50
Binary 10000111 1000100 1010111 0 110010 100100 101111 101010111 100001 101000

Color Harmonies of #874457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874457

Black with #874457

Text Example


Text Example

White with #874457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874457; }

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

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

background-color css

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

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

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

border-color css

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

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

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