#767cae

Color #767CAE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #767CAE

Tints of Wild Blue Yonder #767CAE

Color information

#767CAE (or 0x767CAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7C and AE. RGB value is (118,124,174). Sum of RGB (Red+Green+Blue) = 118+124+174=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #767CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CAE is #898351. Grayscale: #7F7F7F. Windows color (decimal): -9012050 or 11435126. OLE color: 11435126.

HSL color Cylindrical-coordinate representation of color #767CAE: hue angle of 233.57º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767CAE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118124174-
CMYK0.320.2900.32
HSL233.57º25.69%57.25%-
HSV(B)233.57º32.18%68.24%-
XYZ22.3221.3242.98-
YUV127.91154.01120.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=28.37%
G=29.81%
B=41.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181241740.320.2900.32233.5725.6957.25
Hex767CAE201D020ea1a39
Octal16617425640350403523271
Binary11101101111100101011101000001110101000001110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767cae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767cae; }

 p { color: rgb(118,124,174); }

 H1.HeaderClassName
 {
   color: #767cae;
 }
 .AnyTagClassName
 {
   color: #767cae;
 }
</style>
background-color css

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

 a { background-color: rgb(118,124,174); }

 div.DivClassName
 {
   background-color: #767cae;
 }
 .BgClassName
 {
   background-color: #767cae;
 }
</style>
border-color css

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

 span { border-color: rgb(118,124,174); }

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