Html Css Color HEX #7A938E Juniper

📋 copy color: '#7A938E'

red 122 ◦ green 147 ◦ blue 142

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

Shades of Juniper #7A938E

Tints of Juniper #7A938E

RGB

 RED value IS 122 (48.05% from 255) = 29.68%

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

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 29.68%
G = 35.77%
B = 34.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#7A938E (or 0x7A938E) is known color: Juniper. HEX triplet: 7A, 93 and 8E. RGB value is (122,147,142). Sum of RGB (Red+Green+Blue) = 122+147+142=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #7A938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A938E is #856C71. Grayscale: #8A8A8A. Windows color (decimal): -8744050 or 9343866. OLE color: 9343866.

HSL color Cylindrical-coordinate representation of color #7A938E: hue angle of 168º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A938E is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 147 142 -
CMYK 0.17 0 0.03 0.42
HSL 168º 0.1% 0.53% -
HSV(B) 168º 0.17% 0.58% -
XYZ 23.34 26.96 29.56 -
YUV 138.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 122 147 142 0.17 0 0.03 0.42 168 0.1 0.53
Hex 7A 93 8E 11 0 3 2A A8 A 35
Octal 172 223 216 21 0 3 52 250 12 65
Binary 1111010 10010011 10001110 10001 0 11 101010 10101000 1010 110101

Color Harmonies of #7A938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A938E

Black with #7A938E

Text Example


Text Example

White with #7A938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,147,142); }

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

background-color css

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

 a { background-color: rgb(122,147,142); }

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

border-color css

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

 span { border-color: rgb(122,147,142); }

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