#767283

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

Shades of Dolphin #767283

Tints of Dolphin #767283

Color information

#767283 (or 0x767283) is unknown color: approx Dolphin. HEX triplet: 76, 72 and 83. RGB value is (118,114,131). Sum of RGB (Red+Green+Blue) = 118+114+131=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #767283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767283 is #898D7C. Grayscale: #757575. Windows color (decimal): -9014653 or 8614518. OLE color: 8614518.

HSL color Cylindrical-coordinate representation of color #767283: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767283 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB118114131-
CMYK0.100.1300.49
HSL254.12º6.94%48.04%-
HSV(B)254.12º12.98%51.37%-
XYZ17.5917.5223.93-
YUV117.13135.83128.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=32.51%
G=31.40%
B=36.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181141310.100.1300.49254.126.9448.04
Hex767283AD031fe730
Octal1661622031215061376760
Binary111011011100101000001110101101011000111111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767283; }

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

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

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

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

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

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

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

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