Html Css Color HEX #799191 Juniper

📋 copy color: '#799191'

red 121 ◦ green 145 ◦ blue 145

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

Shades of Juniper #799191

Tints of Juniper #799191

RGB

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

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

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

R = 29.44%
G = 35.28%
B = 35.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#799191 (or 0x799191) is known color: Juniper. HEX triplet: 79, 91 and 91. RGB value is (121,145,145). Sum of RGB (Red+Green+Blue) = 121+145+145=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #799191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799191 is #866E6E. Grayscale: #898989. Windows color (decimal): -8810095 or 9539961. OLE color: 9539961.

HSL color Cylindrical-coordinate representation of color #799191: hue angle of 180º 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 #799191 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 145 145 -
CMYK 0.17 0 0 0.43
HSL 180º 0.1% 0.52% -
HSV(B) 180º 0.17% 0.57% -
XYZ 23.12 26.36 30.66 -
YUV 137.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 121 145 145 0.17 0 0 0.43 180 0.1 0.52
Hex 79 91 91 11 0 0 2B B4 A 34
Octal 171 221 221 21 0 0 53 264 12 64
Binary 1111001 10010001 10010001 10001 0 0 101011 10110100 1010 110100

Color Harmonies of #799191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799191

Black with #799191

Text Example


Text Example

White with #799191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799191; }

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

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

background-color css

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

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

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

border-color css

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

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

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