Html Css Color HEX #76908E Juniper

📋 copy color: '#76908E'

red 118 ◦ green 144 ◦ blue 142

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

Shades of Juniper #76908E

Tints of Juniper #76908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 29.21%
G = 35.64%
B = 35.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#76908E (or 0x76908E) is known color: Juniper. HEX triplet: 76, 90 and 8E. RGB value is (118,144,142). Sum of RGB (Red+Green+Blue) = 118+144+142=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #76908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76908E is #896F71. Grayscale: #878787. Windows color (decimal): -9006962 or 9343094. OLE color: 9343094.

HSL color Cylindrical-coordinate representation of color #76908E: hue angle of 175.38º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76908E is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 142 -
CMYK 0.18 0 0.01 0.44
HSL 175.38º 0.1% 0.51% -
HSV(B) 175.38º 0.18% 0.56% -
XYZ 22.33 25.75 29.38 -
YUV 136 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 118 144 142 0.18 0 0.01 0.44 175.38 0.1 0.51
Hex 76 90 8E 12 0 1 2C AF A 33
Octal 166 220 216 22 0 1 54 257 12 63
Binary 1110110 10010000 10001110 10010 0 1 101100 10101111 1010 110011

Color Harmonies of #76908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76908E

Black with #76908E

Text Example


Text Example

White with #76908E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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