Html Css Color HEX #799092 Juniper

📋 copy color: '#799092'

red 121 ◦ green 144 ◦ blue 146

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

Shades of Juniper #799092

Tints of Juniper #799092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 29.44%
G = 35.04%
B = 35.52%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#799092 (or 0x799092) is known color: Juniper. HEX triplet: 79, 90 and 92. RGB value is (121,144,146). Sum of RGB (Red+Green+Blue) = 121+144+146=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #799092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799092 is #866F6D. Grayscale: #898989. Windows color (decimal): -8810350 or 9605241. OLE color: 9605241.

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

Color convert

RGB 121 144 146 -
CMYK 0.17 0.01 0 0.43
HSL 184.8º 0.1% 0.52% -
HSV(B) 184.8º 0.17% 0.57% -
XYZ 23.05 26.09 31.01 -
YUV 137.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 121 144 146 0.17 0.01 0 0.43 184.8 0.1 0.52
Hex 79 90 92 11 1 0 2B B9 A 34
Octal 171 220 222 21 1 0 53 271 12 64
Binary 1111001 10010000 10010010 10001 1 0 101011 10111001 1010 110100

Color Harmonies of #799092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799092

Black with #799092

Text Example


Text Example

White with #799092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799092; }

 p { color: rgb(121,144,146); }

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

background-color css

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

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

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

border-color css

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

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

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