Html Css Color HEX #77989B Juniper

📋 copy color: '#77989B'

red 119 ◦ green 152 ◦ blue 155

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

Shades of Juniper #77989B

Tints of Juniper #77989B

RGB

 RED value IS 119 (46.88% from 255) = 27.93%

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 27.93%
G = 35.68%
B = 36.38%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77989B (or 0x77989B) is known color: Juniper. HEX triplet: 77, 98 and 9B. RGB value is (119,152,155). Sum of RGB (Red+Green+Blue) = 119+152+155=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #77989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77989B is #886764. Grayscale: #8E8E8E. Windows color (decimal): -8939365 or 10197111. OLE color: 10197111.

HSL color Cylindrical-coordinate representation of color #77989B: hue angle of 185º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77989B is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 152 155 -
CMYK 0.23 0.02 0 0.39
HSL 185º 0.15% 0.54% -
HSV(B) 185º 0.23% 0.61% -
XYZ 24.75 28.74 35.25 -
YUV 142.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 119 152 155 0.23 0.02 0 0.39 185 0.15 0.54
Hex 77 98 9B 17 2 0 27 B9 F 36
Octal 167 230 233 27 2 0 47 271 17 66
Binary 1110111 10011000 10011011 10111 10 0 100111 10111001 1111 110110

Color Harmonies of #77989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77989B

Black with #77989B

Text Example


Text Example

White with #77989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77989B; }

 p { color: rgb(119,152,155); }

 H1.HeaderClassName
 {
   color: #77989B;
 }
 .AnyTagClassName
 {
   color: #77989B;
 }
</style>

background-color css

<style>
 a { background-color: #77989B; }

 a { background-color: rgb(119,152,155); }

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

border-color css

<style>
 span { border-color: #77989B; }

 span { border-color: rgb(119,152,155); }

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