Html Css Color HEX #958878 Schooner

📋 copy color: '#958878'

red 149 ◦ green 136 ◦ blue 120

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

Shades of Schooner #958878

Tints of Schooner #958878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 36.79%
G = 33.58%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958878 (or 0x958878) is known color: Schooner. HEX triplet: 95, 88 and 78. RGB value is (149,136,120). Sum of RGB (Red+Green+Blue) = 149+136+120=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #958878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958878 is #6A7787. Grayscale: #8A8A8A. Windows color (decimal): -6977416 or 7899285. OLE color: 7899285.

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

Color convert

RGB 149 136 120 -
CMYK 0 0.09 0.19 0.42
HSL 33.1º 0.12% 0.53% -
HSV(B) 33.1º 0.19% 0.58% -
XYZ 24.59 25.35 21.37 -
YUV 138.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 149 136 120 0 0.09 0.19 0.42 33.1 0.12 0.53
Hex 95 88 78 0 9 13 2A 21 C 35
Octal 225 210 170 0 11 23 52 41 14 65
Binary 10010101 10001000 1111000 0 1001 10011 101010 100001 1100 110101

Color Harmonies of #958878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958878

Black with #958878

Text Example


Text Example

White with #958878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958878; }

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

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

background-color css

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

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

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

border-color css

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

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

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