Html Css Color HEX #958877 Schooner

📋 copy color: '#958877'

red 149 ◦ green 136 ◦ blue 119

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

Shades of Schooner #958877

Tints of Schooner #958877

RGB

 RED value IS 149 (58.59% from 255) = 36.88%

 GREEN value IS 136 (53.52% from 255) = 33.66%

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 36.88%
G = 33.66%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#958877 (or 0x958877) is known color: Schooner. HEX triplet: 95, 88 and 77. RGB value is (149,136,119). Sum of RGB (Red+Green+Blue) = 149+136+119=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958877 is #6A7788. Grayscale: #8A8A8A. Windows color (decimal): -6977417 or 7833749. OLE color: 7833749.

HSL color Cylindrical-coordinate representation of color #958877: hue angle of 34º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958877 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 119 -
CMYK 0 0.09 0.20 0.42
HSL 34º 0.12% 0.53% -
HSV(B) 34º 0.2% 0.58% -
XYZ 24.53 25.33 21.05 -
YUV 137.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 149 136 119 0 0.09 0.20 0.42 34 0.12 0.53
Hex 95 88 77 0 9 14 2A 22 C 35
Octal 225 210 167 0 11 24 52 42 14 65
Binary 10010101 10001000 1110111 0 1001 10100 101010 100010 1100 110101

Color Harmonies of #958877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958877

Black with #958877

Text Example


Text Example

White with #958877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958877; }

 p { color: rgb(149,136,119); }

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

background-color css

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

 a { background-color: rgb(149,136,119); }

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

border-color css

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

 span { border-color: rgb(149,136,119); }

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