Html Css Color HEX #948779 Schooner

📋 copy color: '#948779'

red 148 ◦ green 135 ◦ blue 121

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

Shades of Schooner #948779

Tints of Schooner #948779

RGB

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

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

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

R = 36.63%
G = 33.42%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948779 (or 0x948779) is known color: Schooner. HEX triplet: 94, 87 and 79. RGB value is (148,135,121). Sum of RGB (Red+Green+Blue) = 148+135+121=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948779 is #6B7886. Grayscale: #898989. Windows color (decimal): -7043207 or 7964564. OLE color: 7964564.

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

Color convert

RGB 148 135 121 -
CMYK 0 0.09 0.18 0.42
HSL 31.11º 0.11% 0.53% -
HSV(B) 31.11º 0.18% 0.58% -
XYZ 24.33 25 21.63 -
YUV 137.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 148 135 121 0 0.09 0.18 0.42 31.11 0.11 0.53
Hex 94 87 79 0 9 12 2A 1F B 35
Octal 224 207 171 0 11 22 52 37 13 65
Binary 10010100 10000111 1111001 0 1001 10010 101010 11111 1011 110101

Color Harmonies of #948779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948779

Black with #948779

Text Example


Text Example

White with #948779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948779; }

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

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

background-color css

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

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

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

border-color css

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

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

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