Html Css Color HEX #948878 Schooner

📋 copy color: '#948878'

red 148 ◦ green 136 ◦ blue 120

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

Shades of Schooner #948878

Tints of Schooner #948878

RGB

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

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

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

R = 36.63%
G = 33.66%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948878 (or 0x948878) is known color: Schooner. HEX triplet: 94, 88 and 78. RGB value is (148,136,120). Sum of RGB (Red+Green+Blue) = 148+136+120=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948878 is #6B7787. Grayscale: #898989. Windows color (decimal): -7042952 or 7899284. OLE color: 7899284.

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

Color convert

RGB 148 136 120 -
CMYK 0 0.08 0.19 0.42
HSL 34.29º 0.12% 0.53% -
HSV(B) 34.29º 0.19% 0.58% -
XYZ 24.41 25.26 21.36 -
YUV 137.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 148 136 120 0 0.08 0.19 0.42 34.29 0.12 0.53
Hex 94 88 78 0 8 13 2A 22 C 35
Octal 224 210 170 0 10 23 52 42 14 65
Binary 10010100 10001000 1111000 0 1000 10011 101010 100010 1100 110101

Color Harmonies of #948878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948878

Black with #948878

Text Example


Text Example

White with #948878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948878; }

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

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

background-color css

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

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

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

border-color css

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

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

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