Html Css Color HEX #75908C Juniper

📋 copy color: '#75908C'

red 117 ◦ green 144 ◦ blue 140

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

Shades of Juniper #75908C

Tints of Juniper #75908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 29.18%
G = 35.91%
B = 34.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#75908C (or 0x75908C) is known color: Juniper. HEX triplet: 75, 90 and 8C. RGB value is (117,144,140). Sum of RGB (Red+Green+Blue) = 117+144+140=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #75908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75908C is #8A6F73. Grayscale: #878787. Windows color (decimal): -9072500 or 9212021. OLE color: 9212021.

HSL color Cylindrical-coordinate representation of color #75908C: hue angle of 171.11º 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 #75908C is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 140 -
CMYK 0.19 0 0.03 0.44
HSL 171.11º 0.11% 0.51% -
HSV(B) 171.11º 0.19% 0.56% -
XYZ 22.04 25.62 28.59 -
YUV 135.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 117 144 140 0.19 0 0.03 0.44 171.11 0.11 0.51
Hex 75 90 8C 13 0 3 2C AB B 33
Octal 165 220 214 23 0 3 54 253 13 63
Binary 1110101 10010000 10001100 10011 0 11 101100 10101011 1011 110011

Color Harmonies of #75908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75908C

Black with #75908C

Text Example


Text Example

White with #75908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75908C; }

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

 H1.HeaderClassName
 {
   color: #75908C;
 }
 .AnyTagClassName
 {
   color: #75908C;
 }
</style>

background-color css

<style>
 a { background-color: #75908C; }

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

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

border-color css

<style>
 span { border-color: #75908C; }

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

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