Html Css Color HEX #7A8F8C Juniper

📋 copy color: '#7A8F8C'

red 122 ◦ green 143 ◦ blue 140

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

Shades of Juniper #7A8F8C

Tints of Juniper #7A8F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 30.12%
G = 35.31%
B = 34.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#7A8F8C (or 0x7A8F8C) is known color: Juniper. HEX triplet: 7A, 8F and 8C. RGB value is (122,143,140). Sum of RGB (Red+Green+Blue) = 122+143+140=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F8C is #857073. Grayscale: #888888. Windows color (decimal): -8745076 or 9211770. OLE color: 9211770.

HSL color Cylindrical-coordinate representation of color #7A8F8C: hue angle of 171.43º 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 #7A8F8C is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 143 140 -
CMYK 0.15 0 0.02 0.44
HSL 171.43º 0.09% 0.52% -
HSV(B) 171.43º 0.15% 0.56% -
XYZ 22.58 25.68 28.58 -
YUV 136.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 122 143 140 0.15 0 0.02 0.44 171.43 0.09 0.52
Hex 7A 8F 8C F 0 2 2C AB 9 34
Octal 172 217 214 17 0 2 54 253 11 64
Binary 1111010 10001111 10001100 1111 0 10 101100 10101011 1001 110100

Color Harmonies of #7A8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8F8C

Black with #7A8F8C

Text Example


Text Example

White with #7A8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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