Html Css Color HEX #948D88 Zorba

📋 copy color: '#948D88'

red 148 ◦ green 141 ◦ blue 136

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

Shades of Zorba #948D88

Tints of Zorba #948D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 34.82%
G = 33.18%
B = 32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948D88 (or 0x948D88) is known color: Zorba. HEX triplet: 94, 8D and 88. RGB value is (148,141,136). Sum of RGB (Red+Green+Blue) = 148+141+136=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #948D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D88 is #6B7277. Grayscale: #8E8E8E. Windows color (decimal): -7041656 or 8949140. OLE color: 8949140.

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

Color convert

RGB 148 141 136 -
CMYK 0 0.05 0.08 0.42
HSL 25º 0.05% 0.56% -
HSV(B) 25º 0.08% 0.58% -
XYZ 26.18 27.12 27.15 -
YUV 142.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 148 141 136 0 0.05 0.08 0.42 25 0.05 0.56
Hex 94 8D 88 0 5 8 2A 19 5 38
Octal 224 215 210 0 5 10 52 31 5 70
Binary 10010100 10001101 10001000 0 101 1000 101010 11001 101 111000

Color Harmonies of #948D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D88

Black with #948D88

Text Example


Text Example

White with #948D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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