Html Css Color HEX #758F90 Juniper

📋 copy color: '#758F90'

red 117 ◦ green 143 ◦ blue 144

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

Shades of Juniper #758F90

Tints of Juniper #758F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 28.96%
G = 35.4%
B = 35.64%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#758F90 (or 0x758F90) is known color: Juniper. HEX triplet: 75, 8F and 90. RGB value is (117,143,144). Sum of RGB (Red+Green+Blue) = 117+143+144=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #758F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F90 is #8A706F. Grayscale: #878787. Windows color (decimal): -9072752 or 9473909. OLE color: 9473909.

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

Color convert

RGB 117 143 144 -
CMYK 0.19 0.01 0 0.44
HSL 182.22º 0.11% 0.51% -
HSV(B) 182.22º 0.19% 0.56% -
XYZ 22.19 25.44 30.13 -
YUV 135.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 117 143 144 0.19 0.01 0 0.44 182.22 0.11 0.51
Hex 75 8F 90 13 1 0 2C B6 B 33
Octal 165 217 220 23 1 0 54 266 13 63
Binary 1110101 10001111 10010000 10011 1 0 101100 10110110 1011 110011

Color Harmonies of #758F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F90

Black with #758F90

Text Example


Text Example

White with #758F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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