Html Css Color HEX #788E8B Juniper

📋 copy color: '#788E8B'

red 120 ◦ green 142 ◦ blue 139

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

Shades of Juniper #788E8B

Tints of Juniper #788E8B

RGB

 RED value IS 120 (47.27% from 255) = 29.93%

 GREEN value IS 142 (55.86% from 255) = 35.41%

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

R = 29.93%
G = 35.41%
B = 34.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#788E8B (or 0x788E8B) is known color: Juniper. HEX triplet: 78, 8E and 8B. RGB value is (120,142,139). Sum of RGB (Red+Green+Blue) = 120+142+139=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #788E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E8B is #877174. Grayscale: #878787. Windows color (decimal): -8876405 or 9145976. OLE color: 9145976.

HSL color Cylindrical-coordinate representation of color #788E8B: hue angle of 171.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788E8B is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 142 139 -
CMYK 0.15 0 0.02 0.44
HSL 171.82º 0.09% 0.51% -
HSV(B) 171.82º 0.15% 0.56% -
XYZ 22.08 25.2 28.13 -
YUV 135.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 120 142 139 0.15 0 0.02 0.44 171.82 0.09 0.51
Hex 78 8E 8B F 0 2 2C AC 9 33
Octal 170 216 213 17 0 2 54 254 11 63
Binary 1111000 10001110 10001011 1111 0 10 101100 10101100 1001 110011

Color Harmonies of #788E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E8B

Black with #788E8B

Text Example


Text Example

White with #788E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788E8B; }

 p { color: rgb(120,142,139); }

 H1.HeaderClassName
 {
   color: #788E8B;
 }
 .AnyTagClassName
 {
   color: #788E8B;
 }
</style>

background-color css

<style>
 a { background-color: #788E8B; }

 a { background-color: rgb(120,142,139); }

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

border-color css

<style>
 span { border-color: #788E8B; }

 span { border-color: rgb(120,142,139); }

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