Html Css Color HEX #749091 Juniper

📋 copy color: '#749091'

red 116 ◦ green 144 ◦ blue 145

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

Shades of Juniper #749091

Tints of Juniper #749091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 28.64%
G = 35.56%
B = 35.8%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#749091 (or 0x749091) is known color: Juniper. HEX triplet: 74, 90 and 91. RGB value is (116,144,145). Sum of RGB (Red+Green+Blue) = 116+144+145=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #749091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749091 is #8B6F6E. Grayscale: #878787. Windows color (decimal): -9138031 or 9539700. OLE color: 9539700.

HSL color Cylindrical-coordinate representation of color #749091: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749091 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 144 145 -
CMYK 0.2 0.01 0 0.43
HSL 182.07º 0.12% 0.51% -
HSV(B) 182.07º 0.2% 0.57% -
XYZ 22.29 25.7 30.57 -
YUV 135.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 116 144 145 0.2 0.01 0 0.43 182.07 0.12 0.51
Hex 74 90 91 14 1 0 2B B6 C 33
Octal 164 220 221 24 1 0 53 266 14 63
Binary 1110100 10010000 10010001 10100 1 0 101011 10110110 1100 110011

Color Harmonies of #749091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749091

Black with #749091

Text Example


Text Example

White with #749091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749091; }

 p { color: rgb(116,144,145); }

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

background-color css

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

 a { background-color: rgb(116,144,145); }

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

border-color css

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

 span { border-color: rgb(116,144,145); }

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