Html Css Color HEX #958D88 Zorba

📋 copy color: '#958D88'

red 149 ◦ green 141 ◦ blue 136

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

Shades of Zorba #958D88

Tints of Zorba #958D88

RGB

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

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

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

R = 34.98%
G = 33.1%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958D88 (or 0x958D88) is known color: Zorba. HEX triplet: 95, 8D and 88. RGB value is (149,141,136). Sum of RGB (Red+Green+Blue) = 149+141+136=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D88 is #6A7277. Grayscale: #8E8E8E. Windows color (decimal): -6976120 or 8949141. OLE color: 8949141.

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

Color convert

RGB 149 141 136 -
CMYK 0 0.05 0.09 0.42
HSL 23.08º 0.06% 0.56% -
HSV(B) 23.08º 0.09% 0.58% -
XYZ 26.36 27.22 27.16 -
YUV 142.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 149 141 136 0 0.05 0.09 0.42 23.08 0.06 0.56
Hex 95 8D 88 0 5 9 2A 17 6 38
Octal 225 215 210 0 5 11 52 27 6 70
Binary 10010101 10001101 10001000 0 101 1001 101010 10111 110 111000

Color Harmonies of #958D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D88

Black with #958D88

Text Example


Text Example

White with #958D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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