Html Css Color HEX #948879 Schooner

📋 copy color: '#948879'

red 148 ◦ green 136 ◦ blue 121

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

Shades of Schooner #948879

Tints of Schooner #948879

RGB

 RED value IS 148 (58.2% from 255) = 36.54%

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

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 36.54%
G = 33.58%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948879 (or 0x948879) is known color: Schooner. HEX triplet: 94, 88 and 79. RGB value is (148,136,121). Sum of RGB (Red+Green+Blue) = 148+136+121=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #948879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948879 is #6B7786. Grayscale: #898989. Windows color (decimal): -7042951 or 7964820. OLE color: 7964820.

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

Color convert

RGB 148 136 121 -
CMYK 0 0.08 0.18 0.42
HSL 33.33º 0.11% 0.53% -
HSV(B) 33.33º 0.18% 0.58% -
XYZ 24.47 25.28 21.68 -
YUV 137.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 148 136 121 0 0.08 0.18 0.42 33.33 0.11 0.53
Hex 94 88 79 0 8 12 2A 21 B 35
Octal 224 210 171 0 10 22 52 41 13 65
Binary 10010100 10001000 1111001 0 1000 10010 101010 100001 1011 110101

Color Harmonies of #948879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948879

Black with #948879

Text Example


Text Example

White with #948879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948879; }

 p { color: rgb(148,136,121); }

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

background-color css

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

 a { background-color: rgb(148,136,121); }

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

border-color css

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

 span { border-color: rgb(148,136,121); }

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