Html Css Color HEX #749D9C Juniper

📋 copy color: '#749D9C'

red 116 ◦ green 157 ◦ blue 156

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

Shades of Juniper #749D9C

Tints of Juniper #749D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 27.04%
G = 36.6%
B = 36.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#749D9C (or 0x749D9C) is known color: Juniper. HEX triplet: 74, 9D and 9C. RGB value is (116,157,156). Sum of RGB (Red+Green+Blue) = 116+157+156=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #749D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D9C is #8B6263. Grayscale: #909090. Windows color (decimal): -9134692 or 10263924. OLE color: 10263924.

HSL color Cylindrical-coordinate representation of color #749D9C: hue angle of 178.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749D9C is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 156 -
CMYK 0.26 0 0.01 0.38
HSL 178.54º 0.17% 0.54% -
HSV(B) 178.54º 0.26% 0.62% -
XYZ 25.26 30.23 35.96 -
YUV 144.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 116 157 156 0.26 0 0.01 0.38 178.54 0.17 0.54
Hex 74 9D 9C 1A 0 1 26 B3 11 36
Octal 164 235 234 32 0 1 46 263 21 66
Binary 1110100 10011101 10011100 11010 0 1 100110 10110011 10001 110110

Color Harmonies of #749D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D9C

Black with #749D9C

Text Example


Text Example

White with #749D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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