Html Css Color HEX #958777 Schooner

📋 copy color: '#958777'

red 149 ◦ green 135 ◦ blue 119

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

Shades of Schooner #958777

Tints of Schooner #958777

RGB

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

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

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

R = 36.97%
G = 33.5%
B = 29.53%

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

#958777 (or 0x958777) is known color: Schooner. HEX triplet: 95, 87 and 77. RGB value is (149,135,119). Sum of RGB (Red+Green+Blue) = 149+135+119=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958777 is #6A7888. Grayscale: #898989. Windows color (decimal): -6977673 or 7833493. OLE color: 7833493.

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

Color convert

RGB 149 135 119 -
CMYK 0 0.09 0.20 0.42
HSL 32º 0.12% 0.53% -
HSV(B) 32º 0.2% 0.58% -
XYZ 24.39 25.05 21 -
YUV 137.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 149 135 119 0 0.09 0.20 0.42 32 0.12 0.53
Hex 95 87 77 0 9 14 2A 20 C 35
Octal 225 207 167 0 11 24 52 40 14 65
Binary 10010101 10000111 1110111 0 1001 10100 101010 100000 1100 110101

Color Harmonies of #958777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958777

Black with #958777

Text Example


Text Example

White with #958777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958777; }

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

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

background-color css

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

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

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

border-color css

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

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

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