Html Css Color HEX #73979A Juniper

📋 copy color: '#73979A'

red 115 ◦ green 151 ◦ blue 154

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

Shades of Juniper #73979A

Tints of Juniper #73979A

RGB

 RED value IS 115 (45.31% from 255) = 27.38%

 GREEN value IS 151 (59.38% from 255) = 35.95%

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

R = 27.38%
G = 35.95%
B = 36.67%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73979A (or 0x73979A) is known color: Juniper. HEX triplet: 73, 97 and 9A. RGB value is (115,151,154). Sum of RGB (Red+Green+Blue) = 115+151+154=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #73979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73979A is #8C6865. Grayscale: #8C8C8C. Windows color (decimal): -9201766 or 10131315. OLE color: 10131315.

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

Color convert

RGB 115 151 154 -
CMYK 0.25 0.02 0 0.40
HSL 184.62º 0.16% 0.53% -
HSV(B) 184.62º 0.25% 0.6% -
XYZ 23.97 28.11 34.73 -
YUV 140.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 115 151 154 0.25 0.02 0 0.40 184.62 0.16 0.53
Hex 73 97 9A 19 2 0 28 B9 10 35
Octal 163 227 232 31 2 0 50 271 20 65
Binary 1110011 10010111 10011010 11001 10 0 101000 10111001 10000 110101

Color Harmonies of #73979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73979A

Black with #73979A

Text Example


Text Example

White with #73979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73979A; }

 p { color: rgb(115,151,154); }

 H1.HeaderClassName
 {
   color: #73979A;
 }
 .AnyTagClassName
 {
   color: #73979A;
 }
</style>

background-color css

<style>
 a { background-color: #73979A; }

 a { background-color: rgb(115,151,154); }

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

border-color css

<style>
 span { border-color: #73979A; }

 span { border-color: rgb(115,151,154); }

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