Html Css Color HEX #76989B Juniper

📋 copy color: '#76989B'

red 118 ◦ green 152 ◦ blue 155

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

Shades of Juniper #76989B

Tints of Juniper #76989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.76%

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 27.76%
G = 35.76%
B = 36.47%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76989B (or 0x76989B) is known color: Juniper. HEX triplet: 76, 98 and 9B. RGB value is (118,152,155). Sum of RGB (Red+Green+Blue) = 118+152+155=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #76989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76989B is #896764. Grayscale: #8E8E8E. Windows color (decimal): -9004901 or 10197110. OLE color: 10197110.

HSL color Cylindrical-coordinate representation of color #76989B: hue angle of 184.86º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76989B is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 152 155 -
CMYK 0.24 0.02 0 0.39
HSL 184.86º 0.16% 0.54% -
HSV(B) 184.86º 0.24% 0.61% -
XYZ 24.62 28.67 35.25 -
YUV 142.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 118 152 155 0.24 0.02 0 0.39 184.86 0.16 0.54
Hex 76 98 9B 18 2 0 27 B9 10 36
Octal 166 230 233 30 2 0 47 271 20 66
Binary 1110110 10011000 10011011 11000 10 0 100111 10111001 10000 110110

Color Harmonies of #76989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76989B

Black with #76989B

Text Example


Text Example

White with #76989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76989B; }

 p { color: rgb(118,152,155); }

 H1.HeaderClassName
 {
   color: #76989B;
 }
 .AnyTagClassName
 {
   color: #76989B;
 }
</style>

background-color css

<style>
 a { background-color: #76989B; }

 a { background-color: rgb(118,152,155); }

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

border-color css

<style>
 span { border-color: #76989B; }

 span { border-color: rgb(118,152,155); }

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