Html Css Color HEX #758989 Juniper

📋 copy color: '#758989'

red 117 ◦ green 137 ◦ blue 137

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

Shades of Juniper #758989

Tints of Juniper #758989

RGB

 RED value IS 117 (46.09% from 255) = 29.92%

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

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

R = 29.92%
G = 35.04%
B = 35.04%

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

#758989 (or 0x758989) is known color: Juniper. HEX triplet: 75, 89 and 89. RGB value is (117,137,137). Sum of RGB (Red+Green+Blue) = 117+137+137=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #758989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758989 is #8A7676. Grayscale: #838383. Windows color (decimal): -9074295 or 9013621. OLE color: 9013621.

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

Color convert

RGB 117 137 137 -
CMYK 0.15 0 0 0.46
HSL 180º 0.08% 0.5% -
HSV(B) 180º 0.15% 0.54% -
XYZ 20.8 23.48 27.1 -
YUV 131.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 117 137 137 0.15 0 0 0.46 180 0.08 0.5
Hex 75 89 89 F 0 0 2E B4 8 32
Octal 165 211 211 17 0 0 56 264 10 62
Binary 1110101 10001001 10001001 1111 0 0 101110 10110100 1000 110010

Color Harmonies of #758989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758989

Black with #758989

Text Example


Text Example

White with #758989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758989; }

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

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

background-color css

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

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

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

border-color css

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

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

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