Html Css Color HEX #769794 Juniper

📋 copy color: '#769794'

red 118 ◦ green 151 ◦ blue 148

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

Shades of Juniper #769794

Tints of Juniper #769794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

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

R = 28.3%
G = 36.21%
B = 35.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#769794 (or 0x769794) is known color: Juniper. HEX triplet: 76, 97 and 94. RGB value is (118,151,148). Sum of RGB (Red+Green+Blue) = 118+151+148=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #769794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769794 is #89686B. Grayscale: #8C8C8C. Windows color (decimal): -9005164 or 9738102. OLE color: 9738102.

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

Color convert

RGB 118 151 148 -
CMYK 0.22 0 0.02 0.41
HSL 174.55º 0.14% 0.53% -
HSV(B) 174.55º 0.22% 0.59% -
XYZ 23.88 28.12 32.19 -
YUV 140.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 118 151 148 0.22 0 0.02 0.41 174.55 0.14 0.53
Hex 76 97 94 16 0 2 29 AF E 35
Octal 166 227 224 26 0 2 51 257 16 65
Binary 1110110 10010111 10010100 10110 0 10 101001 10101111 1110 110101

Color Harmonies of #769794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769794

Black with #769794

Text Example


Text Example

White with #769794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769794; }

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

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

background-color css

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

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

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

border-color css

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

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

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