Html Css Color HEX #748889 Juniper

📋 copy color: '#748889'

red 116 ◦ green 136 ◦ blue 137

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

Shades of Juniper #748889

Tints of Juniper #748889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 29.82%
G = 34.96%
B = 35.22%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#748889 (or 0x748889) is known color: Juniper. HEX triplet: 74, 88 and 89. RGB value is (116,136,137). Sum of RGB (Red+Green+Blue) = 116+136+137=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 137 - color contains mainly: blue. Hex color #748889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748889 is #8B7776. Grayscale: #828282. Windows color (decimal): -9140087 or 9013364. OLE color: 9013364.

HSL color Cylindrical-coordinate representation of color #748889: hue angle of 182.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748889 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 136 137 -
CMYK 0.15 0.01 0 0.46
HSL 182.86º 0.08% 0.5% -
HSV(B) 182.86º 0.15% 0.54% -
XYZ 20.52 23.13 27.05 -
YUV 130.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 116 136 137 0.15 0.01 0 0.46 182.86 0.08 0.5
Hex 74 88 89 F 1 0 2E B7 8 32
Octal 164 210 211 17 1 0 56 267 10 62
Binary 1110100 10001000 10001001 1111 1 0 101110 10110111 1000 110010

Color Harmonies of #748889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748889

Black with #748889

Text Example


Text Example

White with #748889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748889; }

 p { color: rgb(116,136,137); }

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

background-color css

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

 a { background-color: rgb(116,136,137); }

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

border-color css

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

 span { border-color: rgb(116,136,137); }

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