Html Css Color HEX #758F91 Juniper

📋 copy color: '#758F91'

red 117 ◦ green 143 ◦ blue 145

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

Shades of Juniper #758F91

Tints of Juniper #758F91

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 28.89%
G = 35.31%
B = 35.8%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#758F91 (or 0x758F91) is known color: Juniper. HEX triplet: 75, 8F and 91. RGB value is (117,143,145). Sum of RGB (Red+Green+Blue) = 117+143+145=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #758F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F91 is #8A706E. Grayscale: #878787. Windows color (decimal): -9072751 or 9539445. OLE color: 9539445.

HSL color Cylindrical-coordinate representation of color #758F91: hue angle of 184.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758F91 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 143 145 -
CMYK 0.19 0.01 0 0.43
HSL 184.29º 0.11% 0.51% -
HSV(B) 184.29º 0.19% 0.57% -
XYZ 22.27 25.47 30.53 -
YUV 135.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 117 143 145 0.19 0.01 0 0.43 184.29 0.11 0.51
Hex 75 8F 91 13 1 0 2B B8 B 33
Octal 165 217 221 23 1 0 53 270 13 63
Binary 1110101 10001111 10010001 10011 1 0 101011 10111000 1011 110011

Color Harmonies of #758F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F91

Black with #758F91

Text Example


Text Example

White with #758F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,143,145); }

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

background-color css

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

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

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

border-color css

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

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

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