Html Css Color HEX #769598 Juniper

📋 copy color: '#769598'

red 118 ◦ green 149 ◦ blue 152

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

Shades of Juniper #769598

Tints of Juniper #769598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.56%

 BLUE value IS 152 (59.77% from 255) = 36.28%

R = 28.16%
G = 35.56%
B = 36.28%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#769598 (or 0x769598) is known color: Juniper. HEX triplet: 76, 95 and 98. RGB value is (118,149,152). Sum of RGB (Red+Green+Blue) = 118+149+152=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 152 - color contains mainly: blue. Hex color #769598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769598 is #896A67. Grayscale: #8C8C8C. Windows color (decimal): -9005672 or 9999734. OLE color: 9999734.

HSL color Cylindrical-coordinate representation of color #769598: hue angle of 185.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769598 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 149 152 -
CMYK 0.22 0.02 0 0.40
HSL 185.29º 0.14% 0.53% -
HSV(B) 185.29º 0.22% 0.6% -
XYZ 23.89 27.61 33.78 -
YUV 140.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 118 149 152 0.22 0.02 0 0.40 185.29 0.14 0.53
Hex 76 95 98 16 2 0 28 B9 E 35
Octal 166 225 230 26 2 0 50 271 16 65
Binary 1110110 10010101 10011000 10110 10 0 101000 10111001 1110 110101

Color Harmonies of #769598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769598

Black with #769598

Text Example


Text Example

White with #769598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769598; }

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

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

background-color css

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

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

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

border-color css

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

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

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