Html Css Color HEX #75948F Juniper

📋 copy color: '#75948F'

red 117 ◦ green 148 ◦ blue 143

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

Shades of Juniper #75948F

Tints of Juniper #75948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 143 (56.25% from 255) = 35.05%

R = 28.68%
G = 36.27%
B = 35.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#75948F (or 0x75948F) is known color: Juniper. HEX triplet: 75, 94 and 8F. RGB value is (117,148,143). Sum of RGB (Red+Green+Blue) = 117+148+143=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #75948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75948F is #8A6B70. Grayscale: #8A8A8A. Windows color (decimal): -9071473 or 9409653. OLE color: 9409653.

HSL color Cylindrical-coordinate representation of color #75948F: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75948F is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 143 -
CMYK 0.21 0 0.03 0.42
HSL 170.32º 0.13% 0.52% -
HSV(B) 170.32º 0.21% 0.58% -
XYZ 22.88 26.94 29.98 -
YUV 138.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 117 148 143 0.21 0 0.03 0.42 170.32 0.13 0.52
Hex 75 94 8F 15 0 3 2A AA D 34
Octal 165 224 217 25 0 3 52 252 15 64
Binary 1110101 10010100 10001111 10101 0 11 101010 10101010 1101 110100

Color Harmonies of #75948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75948F

Black with #75948F

Text Example


Text Example

White with #75948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75948F; }

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

 H1.HeaderClassName
 {
   color: #75948F;
 }
 .AnyTagClassName
 {
   color: #75948F;
 }
</style>

background-color css

<style>
 a { background-color: #75948F; }

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

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

border-color css

<style>
 span { border-color: #75948F; }

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

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