Html Css Color HEX #748989 Juniper

📋 copy color: '#748989'

red 116 ◦ green 137 ◦ blue 137

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

Shades of Juniper #748989

Tints of Juniper #748989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 29.74%
G = 35.13%
B = 35.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#748989 (or 0x748989) is known color: Juniper. HEX triplet: 74, 89 and 89. RGB value is (116,137,137). Sum of RGB (Red+Green+Blue) = 116+137+137=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #748989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748989 is #8B7676. Grayscale: #828282. Windows color (decimal): -9139831 or 9013620. OLE color: 9013620.

HSL color Cylindrical-coordinate representation of color #748989: hue angle of 180º 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 #748989 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 137 -
CMYK 0.15 0 0 0.46
HSL 180º 0.08% 0.5% -
HSV(B) 180º 0.15% 0.54% -
XYZ 20.66 23.41 27.1 -
YUV 130.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 116 137 137 0.15 0 0 0.46 180 0.08 0.5
Hex 74 89 89 F 0 0 2E B4 8 32
Octal 164 211 211 17 0 0 56 264 10 62
Binary 1110100 10001001 10001001 1111 0 0 101110 10110100 1000 110010

Color Harmonies of #748989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748989

Black with #748989

Text Example


Text Example

White with #748989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748989; }

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

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

background-color css

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

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

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

border-color css

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

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

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