Html Css Color HEX #769294 Juniper

📋 copy color: '#769294'

red 118 ◦ green 146 ◦ blue 148

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

Shades of Juniper #769294

Tints of Juniper #769294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 28.64%
G = 35.44%
B = 35.92%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#769294 (or 0x769294) is known color: Juniper. HEX triplet: 76, 92 and 94. RGB value is (118,146,148). Sum of RGB (Red+Green+Blue) = 118+146+148=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #769294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769294 is #896D6B. Grayscale: #898989. Windows color (decimal): -9006444 or 9736822. OLE color: 9736822.

HSL color Cylindrical-coordinate representation of color #769294: hue angle of 184º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769294 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 146 148 -
CMYK 0.20 0.01 0 0.42
HSL 184º 0.12% 0.52% -
HSV(B) 184º 0.2% 0.58% -
XYZ 23.1 26.55 31.92 -
YUV 137.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 118 146 148 0.20 0.01 0 0.42 184 0.12 0.52
Hex 76 92 94 14 1 0 2A B8 C 34
Octal 166 222 224 24 1 0 52 270 14 64
Binary 1110110 10010010 10010100 10100 1 0 101010 10111000 1100 110100

Color Harmonies of #769294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769294

Black with #769294

Text Example


Text Example

White with #769294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769294; }

 p { color: rgb(118,146,148); }

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

background-color css

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

 a { background-color: rgb(118,146,148); }

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

border-color css

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

 span { border-color: rgb(118,146,148); }

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