Html Css Color HEX #788A89 Juniper

📋 copy color: '#788A89'

red 120 ◦ green 138 ◦ blue 137

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

Shades of Juniper #788A89

Tints of Juniper #788A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 30.38%
G = 34.94%
B = 34.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#788A89 (or 0x788A89) is known color: Juniper. HEX triplet: 78, 8A and 89. RGB value is (120,138,137). Sum of RGB (Red+Green+Blue) = 120+138+137=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #788A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A89 is #877576. Grayscale: #848484. Windows color (decimal): -8877431 or 9013880. OLE color: 9013880.

HSL color Cylindrical-coordinate representation of color #788A89: hue angle of 176.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A89 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 137 -
CMYK 0.13 0 0.01 0.46
HSL 176.67º 0.07% 0.51% -
HSV(B) 176.67º 0.13% 0.54% -
XYZ 21.35 23.98 27.17 -
YUV 132.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 120 138 137 0.13 0 0.01 0.46 176.67 0.07 0.51
Hex 78 8A 89 D 0 1 2E B1 7 33
Octal 170 212 211 15 0 1 56 261 7 63
Binary 1111000 10001010 10001001 1101 0 1 101110 10110001 111 110011

Color Harmonies of #788A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A89

Black with #788A89

Text Example


Text Example

White with #788A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,138,137); }

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

background-color css

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

 a { background-color: rgb(120,138,137); }

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

border-color css

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

 span { border-color: rgb(120,138,137); }

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