Html Css Color HEX #748A89 Juniper

📋 copy color: '#748A89'

red 116 ◦ green 138 ◦ blue 137

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

Shades of Juniper #748A89

Tints of Juniper #748A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

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

R = 29.67%
G = 35.29%
B = 35.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#748A89 (or 0x748A89) is known color: Juniper. HEX triplet: 74, 8A and 89. RGB value is (116,138,137). Sum of RGB (Red+Green+Blue) = 116+138+137=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #748A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A89 is #8B7576. Grayscale: #838383. Windows color (decimal): -9139575 or 9013876. OLE color: 9013876.

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

Color convert

RGB 116 138 137 -
CMYK 0.16 0 0.01 0.46
HSL 177.27º 0.09% 0.5% -
HSV(B) 177.27º 0.16% 0.54% -
XYZ 20.81 23.7 27.14 -
YUV 131.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 116 138 137 0.16 0 0.01 0.46 177.27 0.09 0.5
Hex 74 8A 89 10 0 1 2E B1 9 32
Octal 164 212 211 20 0 1 56 261 11 62
Binary 1110100 10001010 10001001 10000 0 1 101110 10110001 1001 110010

Color Harmonies of #748A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A89

Black with #748A89

Text Example


Text Example

White with #748A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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