Html Css Color HEX #7A8F8E Juniper

📋 copy color: '#7A8F8E'

red 122 ◦ green 143 ◦ blue 142

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

Shades of Juniper #7A8F8E

Tints of Juniper #7A8F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 29.98%
G = 35.14%
B = 34.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#7A8F8E (or 0x7A8F8E) is known color: Juniper. HEX triplet: 7A, 8F and 8E. RGB value is (122,143,142). Sum of RGB (Red+Green+Blue) = 122+143+142=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F8E is #857071. Grayscale: #888888. Windows color (decimal): -8745074 or 9342842. OLE color: 9342842.

HSL color Cylindrical-coordinate representation of color #7A8F8E: hue angle of 177.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F8E is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 143 142 -
CMYK 0.15 0 0.01 0.44
HSL 177.14º 0.09% 0.52% -
HSV(B) 177.14º 0.15% 0.56% -
XYZ 22.73 25.74 29.36 -
YUV 136.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 122 143 142 0.15 0 0.01 0.44 177.14 0.09 0.52
Hex 7A 8F 8E F 0 1 2C B1 9 34
Octal 172 217 216 17 0 1 54 261 11 64
Binary 1111010 10001111 10001110 1111 0 1 101100 10110001 1001 110100

Color Harmonies of #7A8F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8F8E

Black with #7A8F8E

Text Example


Text Example

White with #7A8F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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