Html Css Color HEX #929D87 Delta

📋 copy color: '#929D87'

red 146 ◦ green 157 ◦ blue 135

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

Shades of Delta #929D87

Tints of Delta #929D87

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

 BLUE value IS 135 (53.13% from 255) = 30.82%

R = 33.33%
G = 35.84%
B = 30.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#929D87 (or 0x929D87) is known color: Delta. HEX triplet: 92, 9D and 87. RGB value is (146,157,135). Sum of RGB (Red+Green+Blue) = 146+157+135=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #929D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D87 is #6D6278. Grayscale: #979797. Windows color (decimal): -7168633 or 8887698. OLE color: 8887698.

HSL color Cylindrical-coordinate representation of color #929D87: hue angle of 90º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929D87 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 157 135 -
CMYK 0.07 0 0.14 0.38
HSL 90º 0.1% 0.57% -
HSV(B) 90º 0.14% 0.62% -
XYZ 28.28 31.97 27.6 -
YUV 151.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 146 157 135 0.07 0 0.14 0.38 90 0.1 0.57
Hex 92 9D 87 7 0 E 26 5A A 39
Octal 222 235 207 7 0 16 46 132 12 71
Binary 10010010 10011101 10000111 111 0 1110 100110 1011010 1010 111001

Color Harmonies of #929D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929D87

Black with #929D87

Text Example


Text Example

White with #929D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929D87; }

 p { color: rgb(146,157,135); }

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

background-color css

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

 a { background-color: rgb(146,157,135); }

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

border-color css

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

 span { border-color: rgb(146,157,135); }

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