#767CB0

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

Shades of Wild Blue Yonder #767CB0

Tints of Wild Blue Yonder #767CB0

Color information

#767CB0 (or 0x767CB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7C and B0. RGB value is (118,124,176). Sum of RGB (Red+Green+Blue) = 118+124+176=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #767CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CB0 is #89834F. Grayscale: #7F7F7F. Windows color (decimal): -9012048 or 11566198. OLE color: 11566198.

HSL color Cylindrical-coordinate representation of color #767CB0: hue angle of 233.79º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #767CB0 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118124176-
CMYK0.330.3000.31
HSL233.79º26.85%57.65%-
HSV(B)233.79º32.95%69.02%-
XYZ22.5221.444.02-
YUV128.13155.01120.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=28.23%
G=29.67%
B=42.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181241760.330.3000.31233.7926.8557.65
Hex767CB0211E01Fea1b3a
Octal16617426041360373523372
Binary1110110111110010110000100001111100111111110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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