#676072

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

Shades of Scarpa Flow #676072

Tints of Scarpa Flow #676072

Color information

#676072 (or 0x676072) is unknown color: approx Scarpa Flow. HEX triplet: 67, 60 and 72. RGB value is (103,96,114). Sum of RGB (Red+Green+Blue) = 103+96+114=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #676072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676072 is #989F8D. Grayscale: #646464. Windows color (decimal): -10002318 or 7495783. OLE color: 7495783.

HSL color Cylindrical-coordinate representation of color #676072: hue angle of 263.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676072 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10396114-
CMYK0.100.1600.55
HSL263.33º8.57%41.18%-
HSV(B)263.33º15.79%44.71%-
XYZ12.8112.4617.65-
YUV100.14135.82130.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=32.91%
G=30.67%
B=36.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103961140.100.1600.55263.338.5741.18
Hex676072A10037107929
Octal14714016212200674071151
Binary11001111100000111001010101000001101111000001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676072; }

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

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

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

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

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

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

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

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