Html Css Color HEX #748D8F Juniper

📋 copy color: '#748D8F'

red 116 ◦ green 141 ◦ blue 143

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

Shades of Juniper #748D8F

Tints of Juniper #748D8F

RGB

 RED value IS 116 (45.7% from 255) = 29%

 GREEN value IS 141 (55.47% from 255) = 35.25%

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

R = 29%
G = 35.25%
B = 35.75%

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

#748D8F (or 0x748D8F) is known color: Juniper. HEX triplet: 74, 8D and 8F. RGB value is (116,141,143). Sum of RGB (Red+Green+Blue) = 116+141+143=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 143 - color contains mainly: blue. Hex color #748D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D8F is #8B7270. Grayscale: #858585. Windows color (decimal): -9138801 or 9407860. OLE color: 9407860.

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

Color convert

RGB 116 141 143 -
CMYK 0.19 0.01 0 0.44
HSL 184.44º 0.11% 0.51% -
HSV(B) 184.44º 0.19% 0.56% -
XYZ 21.69 24.75 29.62 -
YUV 133.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 116 141 143 0.19 0.01 0 0.44 184.44 0.11 0.51
Hex 74 8D 8F 13 1 0 2C B8 B 33
Octal 164 215 217 23 1 0 54 270 13 63
Binary 1110100 10001101 10001111 10011 1 0 101100 10111000 1011 110011

Color Harmonies of #748D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D8F

Black with #748D8F

Text Example


Text Example

White with #748D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748D8F; }

 p { color: rgb(116,141,143); }

 H1.HeaderClassName
 {
   color: #748D8F;
 }
 .AnyTagClassName
 {
   color: #748D8F;
 }
</style>

background-color css

<style>
 a { background-color: #748D8F; }

 a { background-color: rgb(116,141,143); }

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

border-color css

<style>
 span { border-color: #748D8F; }

 span { border-color: rgb(116,141,143); }

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