Html Css Color HEX #758988 Juniper

📋 copy color: '#758988'

red 117 ◦ green 137 ◦ blue 136

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

Shades of Juniper #758988

Tints of Juniper #758988

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

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

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

Color convert

RGB 117 137 136 -
CMYK 0.15 0 0.01 0.46
HSL 177º 0.08% 0.5% -
HSV(B) 177º 0.15% 0.54% -
XYZ 20.73 23.45 26.73 -
YUV 130.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 117 137 136 0.15 0 0.01 0.46 177 0.08 0.5
Hex 75 89 88 F 0 1 2E B1 8 32
Octal 165 211 210 17 0 1 56 261 10 62
Binary 1110101 10001001 10001000 1111 0 1 101110 10110001 1000 110010

Color Harmonies of #758988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758988

Black with #758988

Text Example


Text Example

White with #758988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758988; }

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

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

background-color css

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

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

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

border-color css

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

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

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