Html Css Color HEX #958778 Schooner

📋 copy color: '#958778'

red 149 ◦ green 135 ◦ blue 120

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

Shades of Schooner #958778

Tints of Schooner #958778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 36.88%
G = 33.42%
B = 29.7%

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

#958778 (or 0x958778) is known color: Schooner. HEX triplet: 95, 87 and 78. RGB value is (149,135,120). Sum of RGB (Red+Green+Blue) = 149+135+120=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958778 is #6A7887. Grayscale: #898989. Windows color (decimal): -6977672 or 7899029. OLE color: 7899029.

HSL color Cylindrical-coordinate representation of color #958778: hue angle of 31.03º 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 #958778 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 120 -
CMYK 0 0.09 0.19 0.42
HSL 31.03º 0.12% 0.53% -
HSV(B) 31.03º 0.19% 0.58% -
XYZ 24.45 25.07 21.32 -
YUV 137.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 149 135 120 0 0.09 0.19 0.42 31.03 0.12 0.53
Hex 95 87 78 0 9 13 2A 1F C 35
Octal 225 207 170 0 11 23 52 37 14 65
Binary 10010101 10000111 1111000 0 1001 10011 101010 11111 1100 110101

Color Harmonies of #958778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958778

Black with #958778

Text Example


Text Example

White with #958778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958778; }

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

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

background-color css

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

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

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

border-color css

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

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

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