Html Css Color HEX #748D8B Juniper

📋 copy color: '#748D8B'

red 116 ◦ green 141 ◦ blue 139

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

Shades of Juniper #748D8B

Tints of Juniper #748D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 29.29%
G = 35.61%
B = 35.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#748D8B (or 0x748D8B) is known color: Juniper. HEX triplet: 74, 8D and 8B. RGB value is (116,141,139). Sum of RGB (Red+Green+Blue) = 116+141+139=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #748D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D8B is #8B7274. Grayscale: #858585. Windows color (decimal): -9138805 or 9145716. OLE color: 9145716.

HSL color Cylindrical-coordinate representation of color #748D8B: hue angle of 175.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748D8B is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 139 -
CMYK 0.18 0 0.01 0.45
HSL 175.2º 0.1% 0.5% -
HSV(B) 175.2º 0.18% 0.55% -
XYZ 21.39 24.63 28.05 -
YUV 133.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 116 141 139 0.18 0 0.01 0.45 175.2 0.1 0.5
Hex 74 8D 8B 12 0 1 2D AF A 32
Octal 164 215 213 22 0 1 55 257 12 62
Binary 1110100 10001101 10001011 10010 0 1 101101 10101111 1010 110010

Color Harmonies of #748D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D8B

Black with #748D8B

Text Example


Text Example

White with #748D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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