#676075

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

Shades of Dolphin #676075

Tints of Dolphin #676075

Color information

#676075 (or 0x676075) is unknown color: approx Dolphin. HEX triplet: 67, 60 and 75. RGB value is (103,96,117). Sum of RGB (Red+Green+Blue) = 103+96+117=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #676075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676075 is #989F8A. Grayscale: #646464. Windows color (decimal): -10002315 or 7692391. OLE color: 7692391.

HSL color Cylindrical-coordinate representation of color #676075: hue angle of 260º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #676075 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10396117-
CMYK0.120.1800.54
HSL260º9.86%41.76%-
HSV(B)260º17.95%45.88%-
XYZ12.9912.5318.56-
YUV100.49137.32129.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=32.59%
G=30.38%
B=37.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103961170.120.1800.542609.8641.76
Hex676075C12036104a2a
Octal14714016514220664041252
Binary11001111100000111010111001001001101101000001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676075; }

 p { color: rgb(103,96,117); }

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

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

 a { background-color: rgb(103,96,117); }

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

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

 span { border-color: rgb(103,96,117); }

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