Html Css Color HEX #7A9C9A Juniper

📋 copy color: '#7A9C9A'

red 122 ◦ green 156 ◦ blue 154

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

Shades of Juniper #7A9C9A

Tints of Juniper #7A9C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.11%

 BLUE value IS 154 (60.55% from 255) = 35.65%

R = 28.24%
G = 36.11%
B = 35.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#7A9C9A (or 0x7A9C9A) is known color: Juniper. HEX triplet: 7A, 9C and 9A. RGB value is (122,156,154). Sum of RGB (Red+Green+Blue) = 122+156+154=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9C9A is #856365. Grayscale: #919191. Windows color (decimal): -8741734 or 10132602. OLE color: 10132602.

HSL color Cylindrical-coordinate representation of color #7A9C9A: hue angle of 176.47º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9C9A is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 156 154 -
CMYK 0.22 0 0.01 0.39
HSL 176.47º 0.15% 0.55% -
HSV(B) 176.47º 0.22% 0.61% -
XYZ 25.75 30.25 35.05 -
YUV 145.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 122 156 154 0.22 0 0.01 0.39 176.47 0.15 0.55
Hex 7A 9C 9A 16 0 1 27 B0 F 37
Octal 172 234 232 26 0 1 47 260 17 67
Binary 1111010 10011100 10011010 10110 0 1 100111 10110000 1111 110111

Color Harmonies of #7A9C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9C9A

Black with #7A9C9A

Text Example


Text Example

White with #7A9C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,156,154); }

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

background-color css

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

 a { background-color: rgb(122,156,154); }

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

border-color css

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

 span { border-color: rgb(122,156,154); }

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