Html Css Color HEX #77938E Juniper

📋 copy color: '#77938E'

red 119 ◦ green 147 ◦ blue 142

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

Shades of Juniper #77938E

Tints of Juniper #77938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 29.17%
G = 36.03%
B = 34.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#77938E (or 0x77938E) is known color: Juniper. HEX triplet: 77, 93 and 8E. RGB value is (119,147,142). Sum of RGB (Red+Green+Blue) = 119+147+142=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 147 - color contains mainly: green. Hex color #77938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77938E is #886C71. Grayscale: #8A8A8A. Windows color (decimal): -8940658 or 9343863. OLE color: 9343863.

HSL color Cylindrical-coordinate representation of color #77938E: hue angle of 169.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77938E is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 142 -
CMYK 0.19 0 0.03 0.42
HSL 169.29º 0.11% 0.52% -
HSV(B) 169.29º 0.19% 0.58% -
XYZ 22.92 26.74 29.54 -
YUV 138.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 119 147 142 0.19 0 0.03 0.42 169.29 0.11 0.52
Hex 77 93 8E 13 0 3 2A A9 B 34
Octal 167 223 216 23 0 3 52 251 13 64
Binary 1110111 10010011 10001110 10011 0 11 101010 10101001 1011 110100

Color Harmonies of #77938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77938E

Black with #77938E

Text Example


Text Example

White with #77938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77938E; }

 p { color: rgb(119,147,142); }

 H1.HeaderClassName
 {
   color: #77938E;
 }
 .AnyTagClassName
 {
   color: #77938E;
 }
</style>

background-color css

<style>
 a { background-color: #77938E; }

 a { background-color: rgb(119,147,142); }

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

border-color css

<style>
 span { border-color: #77938E; }

 span { border-color: rgb(119,147,142); }

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