Html Css Color HEX #749C99 Juniper

📋 copy color: '#749C99'

red 116 ◦ green 156 ◦ blue 153

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

Shades of Juniper #749C99

Tints of Juniper #749C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 27.29%
G = 36.71%
B = 36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#749C99 (or 0x749C99) is known color: Juniper. HEX triplet: 74, 9C and 99. RGB value is (116,156,153). Sum of RGB (Red+Green+Blue) = 116+156+153=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #749C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C99 is #8B6366. Grayscale: #8F8F8F. Windows color (decimal): -9134951 or 10067060. OLE color: 10067060.

HSL color Cylindrical-coordinate representation of color #749C99: hue angle of 175.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C99 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 153 -
CMYK 0.26 0 0.02 0.39
HSL 175.5º 0.17% 0.53% -
HSV(B) 175.5º 0.26% 0.61% -
XYZ 24.84 29.79 34.58 -
YUV 143.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 116 156 153 0.26 0 0.02 0.39 175.5 0.17 0.53
Hex 74 9C 99 1A 0 2 27 B0 11 35
Octal 164 234 231 32 0 2 47 260 21 65
Binary 1110100 10011100 10011001 11010 0 10 100111 10110000 10001 110101

Color Harmonies of #749C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C99

Black with #749C99

Text Example


Text Example

White with #749C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,156,153); }

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

background-color css

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

 a { background-color: rgb(116,156,153); }

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

border-color css

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

 span { border-color: rgb(116,156,153); }

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