Html Css Color HEX #7F9895 Juniper

📋 copy color: '#7F9895'

red 127 ◦ green 152 ◦ blue 149

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

Shades of Juniper #7F9895

Tints of Juniper #7F9895

RGB

 RED value IS 127 (50% from 255) = 29.67%

 GREEN value IS 152 (59.77% from 255) = 35.51%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 29.67%
G = 35.51%
B = 34.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#7F9895 (or 0x7F9895) is known color: Juniper. HEX triplet: 7F, 98 and 95. RGB value is (127,152,149). Sum of RGB (Red+Green+Blue) = 127+152+149=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9895 is #80676A. Grayscale: #909090. Windows color (decimal): -8415083 or 9803903. OLE color: 9803903.

HSL color Cylindrical-coordinate representation of color #7F9895: hue angle of 172.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F9895 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 149 -
CMYK 0.16 0 0.02 0.40
HSL 172.8º 0.11% 0.55% -
HSV(B) 172.8º 0.16% 0.6% -
XYZ 25.41 29.14 32.72 -
YUV 144.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 127 152 149 0.16 0 0.02 0.40 172.8 0.11 0.55
Hex 7F 98 95 10 0 2 28 AD B 37
Octal 177 230 225 20 0 2 50 255 13 67
Binary 1111111 10011000 10010101 10000 0 10 101000 10101101 1011 110111

Color Harmonies of #7F9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9895

Black with #7F9895

Text Example


Text Example

White with #7F9895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,149); }

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

background-color css

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

 a { background-color: rgb(127,152,149); }

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

border-color css

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

 span { border-color: rgb(127,152,149); }

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