Html Css Color HEX #749A92 Juniper

📋 copy color: '#749A92'

red 116 ◦ green 154 ◦ blue 146

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

Shades of Juniper #749A92

Tints of Juniper #749A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 27.88%
G = 37.02%
B = 35.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#749A92 (or 0x749A92) is known color: Juniper. HEX triplet: 74, 9A and 92. RGB value is (116,154,146). Sum of RGB (Red+Green+Blue) = 116+154+146=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #749A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A92 is #8B656D. Grayscale: #8D8D8D. Windows color (decimal): -9135470 or 9607796. OLE color: 9607796.

HSL color Cylindrical-coordinate representation of color #749A92: hue angle of 167.37º 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 #749A92 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 146 -
CMYK 0.25 0 0.05 0.40
HSL 167.37º 0.16% 0.53% -
HSV(B) 167.37º 0.25% 0.6% -
XYZ 23.95 28.9 31.51 -
YUV 141.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 116 154 146 0.25 0 0.05 0.40 167.37 0.16 0.53
Hex 74 9A 92 19 0 5 28 A7 10 35
Octal 164 232 222 31 0 5 50 247 20 65
Binary 1110100 10011010 10010010 11001 0 101 101000 10100111 10000 110101

Color Harmonies of #749A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A92

Black with #749A92

Text Example


Text Example

White with #749A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749A92; }

 p { color: rgb(116,154,146); }

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

background-color css

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

 a { background-color: rgb(116,154,146); }

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

border-color css

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

 span { border-color: rgb(116,154,146); }

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