Html Css Color HEX #77938F Juniper

📋 copy color: '#77938F'

red 119 ◦ green 147 ◦ blue 143

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

Shades of Juniper #77938F

Tints of Juniper #77938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 29.1%
G = 35.94%
B = 34.96%

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

#77938F (or 0x77938F) is known color: Juniper. HEX triplet: 77, 93 and 8F. RGB value is (119,147,143). Sum of RGB (Red+Green+Blue) = 119+147+143=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #77938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77938F is #886C70. Grayscale: #8A8A8A. Windows color (decimal): -8940657 or 9409399. OLE color: 9409399.

HSL color Cylindrical-coordinate representation of color #77938F: hue angle of 171.43º 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 #77938F is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 143 -
CMYK 0.19 0 0.03 0.42
HSL 171.43º 0.11% 0.52% -
HSV(B) 171.43º 0.19% 0.58% -
XYZ 23 26.77 29.94 -
YUV 138.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 119 147 143 0.19 0 0.03 0.42 171.43 0.11 0.52
Hex 77 93 8F 13 0 3 2A AB B 34
Octal 167 223 217 23 0 3 52 253 13 64
Binary 1110111 10010011 10001111 10011 0 11 101010 10101011 1011 110100

Color Harmonies of #77938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77938F

Black with #77938F

Text Example


Text Example

White with #77938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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