Html Css Color HEX #77A09A Juniper

📋 copy color: '#77A09A'

red 119 ◦ green 160 ◦ blue 154

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

Shades of Juniper #77A09A

Tints of Juniper #77A09A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 27.48%
G = 36.95%
B = 35.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#77A09A (or 0x77A09A) is known color: Juniper. HEX triplet: 77, A0 and 9A. RGB value is (119,160,154). Sum of RGB (Red+Green+Blue) = 119+160+154=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #77A09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A09A is #885F65. Grayscale: #939393. Windows color (decimal): -8937318 or 10133623. OLE color: 10133623.

HSL color Cylindrical-coordinate representation of color #77A09A: hue angle of 171.22º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A09A is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 160 154 -
CMYK 0.26 0 0.04 0.37
HSL 171.22º 0.18% 0.55% -
HSV(B) 171.22º 0.26% 0.63% -
XYZ 26.01 31.4 35.26 -
YUV 147.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 119 160 154 0.26 0 0.04 0.37 171.22 0.18 0.55
Hex 77 A0 9A 1A 0 4 25 AB 12 37
Octal 167 240 232 32 0 4 45 253 22 67
Binary 1110111 10100000 10011010 11010 0 100 100101 10101011 10010 110111

Color Harmonies of #77A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A09A

Black with #77A09A

Text Example


Text Example

White with #77A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A09A; }

 p { color: rgb(119,160,154); }

 H1.HeaderClassName
 {
   color: #77A09A;
 }
 .AnyTagClassName
 {
   color: #77A09A;
 }
</style>

background-color css

<style>
 a { background-color: #77A09A; }

 a { background-color: rgb(119,160,154); }

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

border-color css

<style>
 span { border-color: #77A09A; }

 span { border-color: rgb(119,160,154); }

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