Html Css Color HEX #929788 Delta

📋 copy color: '#929788'

red 146 ◦ green 151 ◦ blue 136

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

Shades of Delta #929788

Tints of Delta #929788

RGB

 RED value IS 146 (57.42% from 255) = 33.72%

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

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

R = 33.72%
G = 34.87%
B = 31.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#929788 (or 0x929788) is known color: Delta. HEX triplet: 92, 97 and 88. RGB value is (146,151,136). Sum of RGB (Red+Green+Blue) = 146+151+136=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 151 - color contains mainly: green. Hex color #929788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929788 is #6D6877. Grayscale: #939393. Windows color (decimal): -7170168 or 8951698. OLE color: 8951698.

HSL color Cylindrical-coordinate representation of color #929788: hue angle of 80º 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 #929788 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 151 136 -
CMYK 0.03 0 0.10 0.41
HSL 80º 0.07% 0.56% -
HSV(B) 80º 0.1% 0.59% -
XYZ 27.36 30.02 27.65 -
YUV 147.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 146 151 136 0.03 0 0.10 0.41 80 0.07 0.56
Hex 92 97 88 3 0 A 29 50 7 38
Octal 222 227 210 3 0 12 51 120 7 70
Binary 10010010 10010111 10001000 11 0 1010 101001 1010000 111 111000

Color Harmonies of #929788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929788

Black with #929788

Text Example


Text Example

White with #929788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929788; }

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

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

background-color css

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

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

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

border-color css

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

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

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