Html Css Color HEX #959790 Delta

📋 copy color: '#959790'

red 149 ◦ green 151 ◦ blue 144

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

Shades of Delta #959790

Tints of Delta #959790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.01%

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 33.56%
G = 34.01%
B = 32.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#959790 (or 0x959790) is known color: Delta. HEX triplet: 95, 97 and 90. RGB value is (149,151,144). Sum of RGB (Red+Green+Blue) = 149+151+144=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 151 - color contains mainly: green. Hex color #959790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959790 is #6A686F. Grayscale: #959595. Windows color (decimal): -6973552 or 9475989. OLE color: 9475989.

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

Color convert

RGB 149 151 144 -
CMYK 0.01 0 0.05 0.41
HSL 77.14º 0.03% 0.58% -
HSV(B) 77.14º 0.05% 0.59% -
XYZ 28.5 30.54 30.78 -
YUV 149.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 149 151 144 0.01 0 0.05 0.41 77.14 0.03 0.58
Hex 95 97 90 1 0 5 29 4D 3 3A
Octal 225 227 220 1 0 5 51 115 3 72
Binary 10010101 10010111 10010000 1 0 101 101001 1001101 11 111010

Color Harmonies of #959790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959790

Black with #959790

Text Example


Text Example

White with #959790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959790; }

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

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

background-color css

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

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

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

border-color css

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

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

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