Html Css Color HEX #758888 Juniper

📋 copy color: '#758888'

red 117 ◦ green 136 ◦ blue 136

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

Shades of Juniper #758888

Tints of Juniper #758888

RGB

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

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

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

R = 30.08%
G = 34.96%
B = 34.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#758888 (or 0x758888) is known color: Juniper. HEX triplet: 75, 88 and 88. RGB value is (117,136,136). Sum of RGB (Red+Green+Blue) = 117+136+136=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #758888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758888 is #8A7777. Grayscale: #828282. Windows color (decimal): -9074552 or 8947829. OLE color: 8947829.

HSL color Cylindrical-coordinate representation of color #758888: hue angle of 180º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758888 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 136 -
CMYK 0.14 0 0 0.47
HSL 180º 0.08% 0.5% -
HSV(B) 180º 0.14% 0.53% -
XYZ 20.58 23.17 26.68 -
YUV 130.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 117 136 136 0.14 0 0 0.47 180 0.08 0.5
Hex 75 88 88 E 0 0 2F B4 8 32
Octal 165 210 210 16 0 0 57 264 10 62
Binary 1110101 10001000 10001000 1110 0 0 101111 10110100 1000 110010

Color Harmonies of #758888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758888

Black with #758888

Text Example


Text Example

White with #758888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758888; }

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

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

background-color css

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

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

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

border-color css

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

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

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