Html Css Color HEX #769291 Juniper

📋 copy color: '#769291'

red 118 ◦ green 146 ◦ blue 145

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

Shades of Juniper #769291

Tints of Juniper #769291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 28.85%
G = 35.7%
B = 35.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#769291 (or 0x769291) is known color: Juniper. HEX triplet: 76, 92 and 91. RGB value is (118,146,145). Sum of RGB (Red+Green+Blue) = 118+146+145=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #769291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769291 is #896D6E. Grayscale: #898989. Windows color (decimal): -9006447 or 9540214. OLE color: 9540214.

HSL color Cylindrical-coordinate representation of color #769291: hue angle of 177.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769291 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 145 -
CMYK 0.19 0 0.01 0.43
HSL 177.86º 0.11% 0.52% -
HSV(B) 177.86º 0.19% 0.57% -
XYZ 22.86 26.45 30.69 -
YUV 137.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 118 146 145 0.19 0 0.01 0.43 177.86 0.11 0.52
Hex 76 92 91 13 0 1 2B B2 B 34
Octal 166 222 221 23 0 1 53 262 13 64
Binary 1110110 10010010 10010001 10011 0 1 101011 10110010 1011 110100

Color Harmonies of #769291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769291

Black with #769291

Text Example


Text Example

White with #769291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769291; }

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

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

background-color css

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

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

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

border-color css

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

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

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