Html Css Color HEX #79918D Juniper

📋 copy color: '#79918D'

red 121 ◦ green 145 ◦ blue 141

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

Shades of Juniper #79918D

Tints of Juniper #79918D

RGB

 RED value IS 121 (47.66% from 255) = 29.73%

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 29.73%
G = 35.63%
B = 34.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#79918D (or 0x79918D) is known color: Juniper. HEX triplet: 79, 91 and 8D. RGB value is (121,145,141). Sum of RGB (Red+Green+Blue) = 121+145+141=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #79918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79918D is #866E72. Grayscale: #898989. Windows color (decimal): -8810099 or 9277817. OLE color: 9277817.

HSL color Cylindrical-coordinate representation of color #79918D: hue angle of 170º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79918D is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 145 141 -
CMYK 0.17 0 0.03 0.43
HSL 170º 0.1% 0.52% -
HSV(B) 170º 0.17% 0.57% -
XYZ 22.82 26.24 29.06 -
YUV 137.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 121 145 141 0.17 0 0.03 0.43 170 0.1 0.52
Hex 79 91 8D 11 0 3 2B AA A 34
Octal 171 221 215 21 0 3 53 252 12 64
Binary 1111001 10010001 10001101 10001 0 11 101011 10101010 1010 110100

Color Harmonies of #79918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79918D

Black with #79918D

Text Example


Text Example

White with #79918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79918D; }

 p { color: rgb(121,145,141); }

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

background-color css

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

 a { background-color: rgb(121,145,141); }

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

border-color css

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

 span { border-color: rgb(121,145,141); }

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