Html Css Color HEX #758D8E Juniper

📋 copy color: '#758D8E'

red 117 ◦ green 141 ◦ blue 142

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

Shades of Juniper #758D8E

Tints of Juniper #758D8E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 29.25%
G = 35.25%
B = 35.5%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#758D8E (or 0x758D8E) is known color: Juniper. HEX triplet: 75, 8D and 8E. RGB value is (117,141,142). Sum of RGB (Red+Green+Blue) = 117+141+142=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 142 - color contains mainly: blue. Hex color #758D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758D8E is #8A7271. Grayscale: #858585. Windows color (decimal): -9073266 or 9342325. OLE color: 9342325.

HSL color Cylindrical-coordinate representation of color #758D8E: hue angle of 182.4º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758D8E is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 141 142 -
CMYK 0.18 0.01 0 0.44
HSL 182.4º 0.1% 0.51% -
HSV(B) 182.4º 0.18% 0.56% -
XYZ 21.74 24.78 29.23 -
YUV 133.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 117 141 142 0.18 0.01 0 0.44 182.4 0.1 0.51
Hex 75 8D 8E 12 1 0 2C B6 A 33
Octal 165 215 216 22 1 0 54 266 12 63
Binary 1110101 10001101 10001110 10010 1 0 101100 10110110 1010 110011

Color Harmonies of #758D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D8E

Black with #758D8E

Text Example


Text Example

White with #758D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758D8E; }

 p { color: rgb(117,141,142); }

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

background-color css

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

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

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

border-color css

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

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

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