Html Css Color HEX #875F60 Falcon

📋 copy color: '#875F60'

red 135 ◦ green 95 ◦ blue 96

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

Shades of Falcon #875F60

Tints of Falcon #875F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.14%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 41.41%
G = 29.14%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#875F60 (or 0x875F60) is known color: Falcon. HEX triplet: 87, 5F and 60. RGB value is (135,95,96). Sum of RGB (Red+Green+Blue) = 135+95+96=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #875F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F60 is #78A09F. Grayscale: #6B6B6B. Windows color (decimal): -7905440 or 6315911. OLE color: 6315911.

HSL color Cylindrical-coordinate representation of color #875F60: hue angle of 358.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875F60 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 96 -
CMYK 0 0.30 0.29 0.47
HSL 358.5º 0.17% 0.45% -
HSV(B) 358.5º 0.3% 0.53% -
XYZ 16.2 14.18 12.95 -
YUV 107.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 135 95 96 0 0.30 0.29 0.47 358.5 0.17 0.45
Hex 87 5F 60 0 1E 1D 2F 166 11 2D
Octal 207 137 140 0 36 35 57 546 21 55
Binary 10000111 1011111 1100000 0 11110 11101 101111 101100110 10001 101101

Color Harmonies of #875F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F60

Black with #875F60

Text Example


Text Example

White with #875F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875F60; }

 p { color: rgb(135,95,96); }

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

background-color css

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

 a { background-color: rgb(135,95,96); }

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

border-color css

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

 span { border-color: rgb(135,95,96); }

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