Html Css Color HEX #7E9390 Juniper

📋 copy color: '#7E9390'

red 126 ◦ green 147 ◦ blue 144

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

Shades of Juniper #7E9390

Tints of Juniper #7E9390

RGB

 RED value IS 126 (49.61% from 255) = 30.22%

 GREEN value IS 147 (57.81% from 255) = 35.25%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 30.22%
G = 35.25%
B = 34.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#7E9390 (or 0x7E9390) is known color: Juniper. HEX triplet: 7E, 93 and 90. RGB value is (126,147,144). Sum of RGB (Red+Green+Blue) = 126+147+144=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9390 is #816C6F. Grayscale: #8C8C8C. Windows color (decimal): -8481904 or 9474942. OLE color: 9474942.

HSL color Cylindrical-coordinate representation of color #7E9390: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E9390 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 147 144 -
CMYK 0.14 0 0.02 0.42
HSL 171.43º 0.09% 0.54% -
HSV(B) 171.43º 0.14% 0.58% -
XYZ 24.07 27.32 30.39 -
YUV 140.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 126 147 144 0.14 0 0.02 0.42 171.43 0.09 0.54
Hex 7E 93 90 E 0 2 2A AB 9 36
Octal 176 223 220 16 0 2 52 253 11 66
Binary 1111110 10010011 10010000 1110 0 10 101010 10101011 1001 110110

Color Harmonies of #7E9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9390

Black with #7E9390

Text Example


Text Example

White with #7E9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E9390; }

 p { color: rgb(126,147,144); }

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

background-color css

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

 a { background-color: rgb(126,147,144); }

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

border-color css

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

 span { border-color: rgb(126,147,144); }

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