Html Css Color HEX #758889 Juniper

📋 copy color: '#758889'

red 117 ◦ green 136 ◦ blue 137

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

Shades of Juniper #758889

Tints of Juniper #758889

RGB

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

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

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

R = 30%
G = 34.87%
B = 35.13%

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

#758889 (or 0x758889) is known color: Juniper. HEX triplet: 75, 88 and 89. RGB value is (117,136,137). Sum of RGB (Red+Green+Blue) = 117+136+137=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 137 - color contains mainly: blue. Hex color #758889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758889 is #8A7776. Grayscale: #828282. Windows color (decimal): -9074551 or 9013365. OLE color: 9013365.

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

Color convert

RGB 117 136 137 -
CMYK 0.15 0.01 0 0.46
HSL 183º 0.08% 0.5% -
HSV(B) 183º 0.15% 0.54% -
XYZ 20.66 23.2 27.06 -
YUV 130.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 117 136 137 0.15 0.01 0 0.46 183 0.08 0.5
Hex 75 88 89 F 1 0 2E B7 8 32
Octal 165 210 211 17 1 0 56 267 10 62
Binary 1110101 10001000 10001001 1111 1 0 101110 10110111 1000 110010

Color Harmonies of #758889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758889

Black with #758889

Text Example


Text Example

White with #758889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758889; }

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

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

background-color css

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

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

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

border-color css

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

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

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