Html Css Color HEX #979695 Zorba

📋 copy color: '#979695'

red 151 ◦ green 150 ◦ blue 149

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

Shades of Zorba #979695

Tints of Zorba #979695

RGB

 RED value IS 151 (59.38% from 255) = 33.56%

 GREEN value IS 150 (58.98% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 33.56%
G = 33.33%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#979695 (or 0x979695) is known color: Zorba. HEX triplet: 97, 96 and 95. RGB value is (151,150,149). Sum of RGB (Red+Green+Blue) = 151+150+149=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 151 - color contains mainly: red. Hex color #979695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979695 is #68696A. Grayscale: #969696. Windows color (decimal): -6842731 or 9803415. OLE color: 9803415.

HSL color Cylindrical-coordinate representation of color #979695: hue angle of 30º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #979695 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 150 149 -
CMYK 0 0.01 0.01 0.41
HSL 30º 0.01% 0.59% -
HSV(B) 30º 0.01% 0.59% -
XYZ 29.09 30.56 32.8 -
YUV 150.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 151 150 149 0 0.01 0.01 0.41 30 0.01 0.59
Hex 97 96 95 0 1 1 29 1E 1 3B
Octal 227 226 225 0 1 1 51 36 1 73
Binary 10010111 10010110 10010101 0 1 1 101001 11110 1 111011

Color Harmonies of #979695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979695

Black with #979695

Text Example


Text Example

White with #979695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979695; }

 p { color: rgb(151,150,149); }

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

background-color css

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

 a { background-color: rgb(151,150,149); }

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

border-color css

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

 span { border-color: rgb(151,150,149); }

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