Html Css Color HEX #74979B Juniper

📋 copy color: '#74979B'

red 116 ◦ green 151 ◦ blue 155

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

Shades of Juniper #74979B

Tints of Juniper #74979B

RGB

 RED value IS 116 (45.7% from 255) = 27.49%

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 27.49%
G = 35.78%
B = 36.73%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74979B (or 0x74979B) is known color: Juniper. HEX triplet: 74, 97 and 9B. RGB value is (116,151,155). Sum of RGB (Red+Green+Blue) = 116+151+155=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #74979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74979B is #8B6864. Grayscale: #8C8C8C. Windows color (decimal): -9136229 or 10196852. OLE color: 10196852.

HSL color Cylindrical-coordinate representation of color #74979B: hue angle of 186.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74979B is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 151 155 -
CMYK 0.25 0.03 0 0.39
HSL 186.15º 0.16% 0.53% -
HSV(B) 186.15º 0.25% 0.61% -
XYZ 24.19 28.21 35.18 -
YUV 140.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 116 151 155 0.25 0.03 0 0.39 186.15 0.16 0.53
Hex 74 97 9B 19 3 0 27 BA 10 35
Octal 164 227 233 31 3 0 47 272 20 65
Binary 1110100 10010111 10011011 11001 11 0 100111 10111010 10000 110101

Color Harmonies of #74979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74979B

Black with #74979B

Text Example


Text Example

White with #74979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74979B; }

 p { color: rgb(116,151,155); }

 H1.HeaderClassName
 {
   color: #74979B;
 }
 .AnyTagClassName
 {
   color: #74979B;
 }
</style>

background-color css

<style>
 a { background-color: #74979B; }

 a { background-color: rgb(116,151,155); }

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

border-color css

<style>
 span { border-color: #74979B; }

 span { border-color: rgb(116,151,155); }

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