Html Css Color HEX #769993 Juniper

📋 copy color: '#769993'

red 118 ◦ green 153 ◦ blue 147

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

Shades of Juniper #769993

Tints of Juniper #769993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 147 (57.81% from 255) = 35.17%

R = 28.23%
G = 36.6%
B = 35.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#769993 (or 0x769993) is known color: Juniper. HEX triplet: 76, 99 and 93. RGB value is (118,153,147). Sum of RGB (Red+Green+Blue) = 118+153+147=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #769993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769993 is #89666C. Grayscale: #8D8D8D. Windows color (decimal): -9004653 or 9673078. OLE color: 9673078.

HSL color Cylindrical-coordinate representation of color #769993: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769993 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 147 -
CMYK 0.23 0 0.04 0.4
HSL 169.71º 0.15% 0.53% -
HSV(B) 169.71º 0.23% 0.6% -
XYZ 24.13 28.74 31.88 -
YUV 141.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 118 153 147 0.23 0 0.04 0.4 169.71 0.15 0.53
Hex 76 99 93 17 0 4 28 AA F 35
Octal 166 231 223 27 0 4 50 252 17 65
Binary 1110110 10011001 10010011 10111 0 100 101000 10101010 1111 110101

Color Harmonies of #769993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769993

Black with #769993

Text Example


Text Example

White with #769993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769993; }

 p { color: rgb(118,153,147); }

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

background-color css

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

 a { background-color: rgb(118,153,147); }

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

border-color css

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

 span { border-color: rgb(118,153,147); }

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