Html Css Color HEX #874756 Camelot

📋 copy color: '#874756'

red 135 ◦ green 71 ◦ blue 86

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

Shades of Camelot #874756

Tints of Camelot #874756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.45%

R = 46.23%
G = 24.32%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#874756 (or 0x874756) is known color: Camelot. HEX triplet: 87, 47 and 56. RGB value is (135,71,86). Sum of RGB (Red+Green+Blue) = 135+71+86=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #874756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874756 is #78B8A9. Grayscale: #5B5B5B. Windows color (decimal): -7911594 or 5654407. OLE color: 5654407.

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

Color convert

RGB 135 71 86 -
CMYK 0 0.47 0.36 0.47
HSL 345.94º 0.31% 0.4% -
HSV(B) 345.94º 0.47% 0.53% -
XYZ 13.92 10.33 10.06 -
YUV 91.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 135 71 86 0 0.47 0.36 0.47 345.94 0.31 0.4
Hex 87 47 56 0 2F 24 2F 15A 1F 28
Octal 207 107 126 0 57 44 57 532 37 50
Binary 10000111 1000111 1010110 0 101111 100100 101111 101011010 11111 101000

Color Harmonies of #874756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874756

Black with #874756

Text Example


Text Example

White with #874756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874756; }

 p { color: rgb(135,71,86); }

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

background-color css

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

 a { background-color: rgb(135,71,86); }

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

border-color css

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

 span { border-color: rgb(135,71,86); }

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