Html Css Color HEX #76918D Juniper

📋 copy color: '#76918D'

red 118 ◦ green 145 ◦ blue 141

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

Shades of Juniper #76918D

Tints of Juniper #76918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 29.21%
G = 35.89%
B = 34.9%

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

#76918D (or 0x76918D) is known color: Juniper. HEX triplet: 76, 91 and 8D. RGB value is (118,145,141). Sum of RGB (Red+Green+Blue) = 118+145+141=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #76918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76918D is #896E72. Grayscale: #888888. Windows color (decimal): -9006707 or 9277814. OLE color: 9277814.

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

Color convert

RGB 118 145 141 -
CMYK 0.19 0 0.03 0.43
HSL 171.11º 0.11% 0.52% -
HSV(B) 171.11º 0.19% 0.57% -
XYZ 22.4 26.03 29.04 -
YUV 136.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 118 145 141 0.19 0 0.03 0.43 171.11 0.11 0.52
Hex 76 91 8D 13 0 3 2B AB B 34
Octal 166 221 215 23 0 3 53 253 13 64
Binary 1110110 10010001 10001101 10011 0 11 101011 10101011 1011 110100

Color Harmonies of #76918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76918D

Black with #76918D

Text Example


Text Example

White with #76918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76918D; }

 p { color: rgb(118,145,141); }

 H1.HeaderClassName
 {
   color: #76918D;
 }
 .AnyTagClassName
 {
   color: #76918D;
 }
</style>

background-color css

<style>
 a { background-color: #76918D; }

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

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

border-color css

<style>
 span { border-color: #76918D; }

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

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