Html Css Color HEX #758C8E Juniper

📋 copy color: '#758C8E'

red 117 ◦ green 140 ◦ blue 142

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

Shades of Juniper #758C8E

Tints of Juniper #758C8E

RGB

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

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

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

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

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

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

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

Color convert

RGB 117 140 142 -
CMYK 0.18 0.01 0 0.44
HSL 184.8º 0.1% 0.51% -
HSV(B) 184.8º 0.18% 0.56% -
XYZ 21.6 24.49 29.18 -
YUV 133.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 117 140 142 0.18 0.01 0 0.44 184.8 0.1 0.51
Hex 75 8C 8E 12 1 0 2C B9 A 33
Octal 165 214 216 22 1 0 54 271 12 63
Binary 1110101 10001100 10001110 10010 1 0 101100 10111001 1010 110011

Color Harmonies of #758C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C8E

Black with #758C8E

Text Example


Text Example

White with #758C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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