Html Css Color HEX #919788 Delta

📋 copy color: '#919788'

red 145 ◦ green 151 ◦ blue 136

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

Shades of Delta #919788

Tints of Delta #919788

RGB

 RED value IS 145 (57.03% from 255) = 33.56%

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

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

R = 33.56%
G = 34.95%
B = 31.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#919788 (or 0x919788) is known color: Delta. HEX triplet: 91, 97 and 88. RGB value is (145,151,136). Sum of RGB (Red+Green+Blue) = 145+151+136=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 151 - color contains mainly: green. Hex color #919788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919788 is #6E6877. Grayscale: #939393. Windows color (decimal): -7235704 or 8951697. OLE color: 8951697.

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

Color convert

RGB 145 151 136 -
CMYK 0.04 0 0.10 0.41
HSL 84º 0.07% 0.56% -
HSV(B) 84º 0.1% 0.59% -
XYZ 27.19 29.93 27.64 -
YUV 147.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 145 151 136 0.04 0 0.10 0.41 84 0.07 0.56
Hex 91 97 88 4 0 A 29 54 7 38
Octal 221 227 210 4 0 12 51 124 7 70
Binary 10010001 10010111 10001000 100 0 1010 101001 1010100 111 111000

Color Harmonies of #919788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919788

Black with #919788

Text Example


Text Example

White with #919788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919788; }

 p { color: rgb(145,151,136); }

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

background-color css

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

 a { background-color: rgb(145,151,136); }

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

border-color css

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

 span { border-color: rgb(145,151,136); }

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