Html Css Color HEX #788B89 Juniper

📋 copy color: '#788B89'

red 120 ◦ green 139 ◦ blue 137

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

Shades of Juniper #788B89

Tints of Juniper #788B89

RGB

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

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

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

R = 30.3%
G = 35.1%
B = 34.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#788B89 (or 0x788B89) is known color: Juniper. HEX triplet: 78, 8B and 89. RGB value is (120,139,137). Sum of RGB (Red+Green+Blue) = 120+139+137=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #788B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B89 is #877476. Grayscale: #858585. Windows color (decimal): -8877175 or 9014136. OLE color: 9014136.

HSL color Cylindrical-coordinate representation of color #788B89: hue angle of 173.68º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B89 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 139 137 -
CMYK 0.14 0 0.01 0.45
HSL 173.68º 0.08% 0.51% -
HSV(B) 173.68º 0.14% 0.55% -
XYZ 21.49 24.26 27.22 -
YUV 133.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 120 139 137 0.14 0 0.01 0.45 173.68 0.08 0.51
Hex 78 8B 89 E 0 1 2D AE 8 33
Octal 170 213 211 16 0 1 55 256 10 63
Binary 1111000 10001011 10001001 1110 0 1 101101 10101110 1000 110011

Color Harmonies of #788B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788B89

Black with #788B89

Text Example


Text Example

White with #788B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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