Html Css Color HEX #76928E Juniper

📋 copy color: '#76928E'

red 118 ◦ green 146 ◦ blue 142

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

Shades of Juniper #76928E

Tints of Juniper #76928E

RGB

 RED value IS 118 (46.48% from 255) = 29.06%

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 29.06%
G = 35.96%
B = 34.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#76928E (or 0x76928E) is known color: Juniper. HEX triplet: 76, 92 and 8E. RGB value is (118,146,142). Sum of RGB (Red+Green+Blue) = 118+146+142=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #76928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76928E is #896D71. Grayscale: #898989. Windows color (decimal): -9006450 or 9343606. OLE color: 9343606.

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

Color convert

RGB 118 146 142 -
CMYK 0.19 0 0.03 0.43
HSL 171.43º 0.11% 0.52% -
HSV(B) 171.43º 0.19% 0.57% -
XYZ 22.63 26.36 29.49 -
YUV 137.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 118 146 142 0.19 0 0.03 0.43 171.43 0.11 0.52
Hex 76 92 8E 13 0 3 2B AB B 34
Octal 166 222 216 23 0 3 53 253 13 64
Binary 1110110 10010010 10001110 10011 0 11 101011 10101011 1011 110100

Color Harmonies of #76928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76928E

Black with #76928E

Text Example


Text Example

White with #76928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,146,142); }

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

background-color css

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

 a { background-color: rgb(118,146,142); }

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

border-color css

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

 span { border-color: rgb(118,146,142); }

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