#767284

Color #767284 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #767284

Tints of Dolphin #767284

Color information

#767284 (or 0x767284) is unknown color: approx Dolphin. HEX triplet: 76, 72 and 84. RGB value is (118,114,132). Sum of RGB (Red+Green+Blue) = 118+114+132=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #767284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767284 is #898D7B. Grayscale: #757575. Windows color (decimal): -9014652 or 8680054. OLE color: 8680054.

HSL color Cylindrical-coordinate representation of color #767284: hue angle of 253.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767284 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118114132-
CMYK0.110.1400.48
HSL253.33º7.32%48.24%-
HSV(B)253.33º13.64%51.76%-
XYZ17.6517.5524.29-
YUV117.25136.33128.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=32.42%
G=31.32%
B=36.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181141320.110.1400.48253.337.3248.24
Hex767284BE030fd730
Octal1661622041316060375760
Binary111011011100101000010010111110011000011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767284; }

 p { color: rgb(118,114,132); }

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

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

 a { background-color: rgb(118,114,132); }

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

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

 span { border-color: rgb(118,114,132); }

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