Html Css Color HEX #919784 Sage

📋 copy color: '#919784'

red 145 ◦ green 151 ◦ blue 132

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

Shades of Sage #919784

Tints of Sage #919784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.84%

R = 33.88%
G = 35.28%
B = 30.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#919784 (or 0x919784) is known color: Sage. HEX triplet: 91, 97 and 84. RGB value is (145,151,132). Sum of RGB (Red+Green+Blue) = 145+151+132=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #919784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919784 is #6E687B. Grayscale: #939393. Windows color (decimal): -7235708 or 8689553. OLE color: 8689553.

HSL color Cylindrical-coordinate representation of color #919784: hue angle of 78.95º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919784 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 151 132 -
CMYK 0.04 0 0.13 0.41
HSL 78.95º 0.08% 0.55% -
HSV(B) 78.95º 0.13% 0.59% -
XYZ 26.91 29.82 26.17 -
YUV 147.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 145 151 132 0.04 0 0.13 0.41 78.95 0.08 0.55
Hex 91 97 84 4 0 D 29 4F 8 37
Octal 221 227 204 4 0 15 51 117 10 67
Binary 10010001 10010111 10000100 100 0 1101 101001 1001111 1000 110111

Color Harmonies of #919784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919784

Black with #919784

Text Example


Text Example

White with #919784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919784; }

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

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

background-color css

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

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

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

border-color css

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

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

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