Html Css Color HEX #769497 Juniper

📋 copy color: '#769497'

red 118 ◦ green 148 ◦ blue 151

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

Shades of Juniper #769497

Tints of Juniper #769497

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#769497 (or 0x769497) is known color: Juniper. HEX triplet: 76, 94 and 97. RGB value is (118,148,151). Sum of RGB (Red+Green+Blue) = 118+148+151=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: blue. Hex color #769497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769497 is #896B68. Grayscale: #8B8B8B. Windows color (decimal): -9005929 or 9933942. OLE color: 9933942.

HSL color Cylindrical-coordinate representation of color #769497: hue angle of 185.45º 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 #769497 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 148 151 -
CMYK 0.22 0.02 0 0.41
HSL 185.45º 0.14% 0.53% -
HSV(B) 185.45º 0.22% 0.59% -
XYZ 23.65 27.27 33.29 -
YUV 139.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 118 148 151 0.22 0.02 0 0.41 185.45 0.14 0.53
Hex 76 94 97 16 2 0 29 B9 E 35
Octal 166 224 227 26 2 0 51 271 16 65
Binary 1110110 10010100 10010111 10110 10 0 101001 10111001 1110 110101

Color Harmonies of #769497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769497

Black with #769497

Text Example


Text Example

White with #769497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769497; }

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

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

background-color css

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

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

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

border-color css

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

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

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