Html Css Color HEX #74989B Juniper

📋 copy color: '#74989B'

red 116 ◦ green 152 ◦ blue 155

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

Shades of Juniper #74989B

Tints of Juniper #74989B

RGB

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

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

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

R = 27.42%
G = 35.93%
B = 36.64%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74989B (or 0x74989B) is known color: Juniper. HEX triplet: 74, 98 and 9B. RGB value is (116,152,155). Sum of RGB (Red+Green+Blue) = 116+152+155=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #74989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74989B is #8B6764. Grayscale: #8D8D8D. Windows color (decimal): -9135973 or 10197108. OLE color: 10197108.

HSL color Cylindrical-coordinate representation of color #74989B: hue angle of 184.62º 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 #74989B is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 152 155 -
CMYK 0.25 0.02 0 0.39
HSL 184.62º 0.16% 0.53% -
HSV(B) 184.62º 0.25% 0.61% -
XYZ 24.35 28.54 35.24 -
YUV 141.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 116 152 155 0.25 0.02 0 0.39 184.62 0.16 0.53
Hex 74 98 9B 19 2 0 27 B9 10 35
Octal 164 230 233 31 2 0 47 271 20 65
Binary 1110100 10011000 10011011 11001 10 0 100111 10111001 10000 110101

Color Harmonies of #74989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74989B

Black with #74989B

Text Example


Text Example

White with #74989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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