Html Css Color HEX #758E8C Juniper

📋 copy color: '#758E8C'

red 117 ◦ green 142 ◦ blue 140

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

Shades of Juniper #758E8C

Tints of Juniper #758E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 29.32%
G = 35.59%
B = 35.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#758E8C (or 0x758E8C) is known color: Juniper. HEX triplet: 75, 8E and 8C. RGB value is (117,142,140). Sum of RGB (Red+Green+Blue) = 117+142+140=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 142 - color contains mainly: green. Hex color #758E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E8C is #8A7173. Grayscale: #868686. Windows color (decimal): -9073012 or 9211509. OLE color: 9211509.

HSL color Cylindrical-coordinate representation of color #758E8C: hue angle of 175.2º 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 #758E8C is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 140 -
CMYK 0.18 0 0.01 0.44
HSL 175.2º 0.1% 0.51% -
HSV(B) 175.2º 0.18% 0.56% -
XYZ 21.74 25.02 28.49 -
YUV 134.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 117 142 140 0.18 0 0.01 0.44 175.2 0.1 0.51
Hex 75 8E 8C 12 0 1 2C AF A 33
Octal 165 216 214 22 0 1 54 257 12 63
Binary 1110101 10001110 10001100 10010 0 1 101100 10101111 1010 110011

Color Harmonies of #758E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E8C

Black with #758E8C

Text Example


Text Example

White with #758E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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