Html Css Color HEX #929775 Sage

📋 copy color: '#929775'

red 146 ◦ green 151 ◦ blue 117

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

Shades of Sage #929775

Tints of Sage #929775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 35.27%
G = 36.47%
B = 28.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#929775 (or 0x929775) is known color: Sage. HEX triplet: 92, 97 and 75. RGB value is (146,151,117). Sum of RGB (Red+Green+Blue) = 146+151+117=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #929775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929775 is #6D688A. Grayscale: #919191. Windows color (decimal): -7170187 or 7706514. OLE color: 7706514.

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

Color convert

RGB 146 151 117 -
CMYK 0.03 0 0.23 0.41
HSL 68.82º 0.14% 0.53% -
HSV(B) 68.82º 0.23% 0.59% -
XYZ 26.13 29.53 21.15 -
YUV 145.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 146 151 117 0.03 0 0.23 0.41 68.82 0.14 0.53
Hex 92 97 75 3 0 17 29 45 E 35
Octal 222 227 165 3 0 27 51 105 16 65
Binary 10010010 10010111 1110101 11 0 10111 101001 1000101 1110 110101

Color Harmonies of #929775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929775

Black with #929775

Text Example


Text Example

White with #929775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929775; }

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

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

background-color css

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

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

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

border-color css

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

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

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