Html Css Color HEX #778D8D Juniper

📋 copy color: '#778D8D'

red 119 ◦ green 141 ◦ blue 141

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

Shades of Juniper #778D8D

Tints of Juniper #778D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 29.68%
G = 35.16%
B = 35.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#778D8D (or 0x778D8D) is known color: Juniper. HEX triplet: 77, 8D and 8D. RGB value is (119,141,141). Sum of RGB (Red+Green+Blue) = 119+141+141=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #778D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D8D is #887272. Grayscale: #868686. Windows color (decimal): -8942195 or 9276791. OLE color: 9276791.

HSL color Cylindrical-coordinate representation of color #778D8D: hue angle of 180º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778D8D is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 141 141 -
CMYK 0.16 0 0 0.45
HSL 180º 0.09% 0.51% -
HSV(B) 180º 0.16% 0.55% -
XYZ 21.94 24.89 28.85 -
YUV 134.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 119 141 141 0.16 0 0 0.45 180 0.09 0.51
Hex 77 8D 8D 10 0 0 2D B4 9 33
Octal 167 215 215 20 0 0 55 264 11 63
Binary 1110111 10001101 10001101 10000 0 0 101101 10110100 1001 110011

Color Harmonies of #778D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D8D

Black with #778D8D

Text Example


Text Example

White with #778D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778D8D; }

 p { color: rgb(119,141,141); }

 H1.HeaderClassName
 {
   color: #778D8D;
 }
 .AnyTagClassName
 {
   color: #778D8D;
 }
</style>

background-color css

<style>
 a { background-color: #778D8D; }

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

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

border-color css

<style>
 span { border-color: #778D8D; }

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

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