Html Css Color HEX #799791 Juniper

📋 copy color: '#799791'

red 121 ◦ green 151 ◦ blue 145

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

Shades of Juniper #799791

Tints of Juniper #799791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 29.02%
G = 36.21%
B = 34.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#799791 (or 0x799791) is known color: Juniper. HEX triplet: 79, 97 and 91. RGB value is (121,151,145). Sum of RGB (Red+Green+Blue) = 121+151+145=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #799791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799791 is #86686E. Grayscale: #8D8D8D. Windows color (decimal): -8808559 or 9541497. OLE color: 9541497.

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

Color convert

RGB 121 151 145 -
CMYK 0.20 0 0.04 0.41
HSL 168º 0.13% 0.53% -
HSV(B) 168º 0.2% 0.59% -
XYZ 24.06 28.24 30.97 -
YUV 141.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 121 151 145 0.20 0 0.04 0.41 168 0.13 0.53
Hex 79 97 91 14 0 4 29 A8 D 35
Octal 171 227 221 24 0 4 51 250 15 65
Binary 1111001 10010111 10010001 10100 0 100 101001 10101000 1101 110101

Color Harmonies of #799791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799791

Black with #799791

Text Example


Text Example

White with #799791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799791; }

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

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

background-color css

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

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

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

border-color css

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

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

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